aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authornyamatongwe <unknown>2003-11-27 21:11:00 +0000
committernyamatongwe <unknown>2003-11-27 21:11:00 +0000
commit52ebe67272a533fcc64c9fa59d8a69f309c5e000 (patch)
tree89254062a0173173a99de8a3cd60e45dcb314c3d /src
parentdc62d2a8faddbd410dead6bf1a69d3e50fd59496 (diff)
downloadscintilla-mirror-52ebe67272a533fcc64c9fa59d8a69f309c5e000.tar.gz
Reenabled background wrap.
Diffstat (limited to 'src')
-rw-r--r--src/Editor.cxx2
1 files changed, 1 insertions, 1 deletions
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;