diff options
Diffstat (limited to 'src/PositionCache.cxx')
| -rw-r--r-- | src/PositionCache.cxx | 3 | 
1 files changed, 2 insertions, 1 deletions
| 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_);  } | 
