From e6bba2106f8f69ab6438970a19530a4ed64f96b2 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Thu, 27 Nov 2003 21:11:00 +0000 Subject: Reenabled background wrap. --- src/Editor.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Editor.cxx b/src/Editor.cxx index 02283599c..05fa0a23e 100644 --- a/src/Editor.cxx +++ b/src/Editor.cxx @@ -380,7 +380,7 @@ Editor::Editor() { wrapWidth = LineLayout::wrapWidthInfinite; docLineLastWrapped = -1; docLastLineToWrap = -1; - backgroundWrapEnabled = false; + backgroundWrapEnabled = true; hsStart = -1; hsEnd = -1; -- cgit v1.2.3