From e23bb2af49a72fdb3cc99883881f4fe1be1fdd4b 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.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/PositionCache.cxx') diff --git a/src/PositionCache.cxx b/src/PositionCache.cxx index cd5becf1a..71b408236 100644 --- a/src/PositionCache.cxx +++ b/src/PositionCache.cxx @@ -61,7 +61,8 @@ LineLayout::LineLayout(int maxLineLength_) : hsStart(0), hsEnd(0), widthLine(wrapWidthInfinite), - lines(1) { + lines(1), + wrapIndent(0) { Resize(maxLineLength_); } -- cgit v1.2.3