From 84d7ef180e0cdbe2f1653733138b27143dee3e32 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Tue, 9 Jun 2009 03:48:29 +0000 Subject: Feature #2796119 Indent wrapped lines to first line. From maXmo. --- src/PositionCache.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/PositionCache.h') diff --git a/src/PositionCache.h b/src/PositionCache.h index 5d486cb60..6c4c62efd 100644 --- a/src/PositionCache.h +++ b/src/PositionCache.h @@ -51,6 +51,7 @@ public: // Wrapped line support int widthLine; int lines; + int wrapIndent; // In pixels LineLayout(int maxLineLength_); virtual ~LineLayout(); -- cgit v1.2.3