diff options
author | nyamatongwe <devnull@localhost> | 2003-11-27 21:11:00 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2003-11-27 21:11:00 +0000 |
commit | e6bba2106f8f69ab6438970a19530a4ed64f96b2 (patch) | |
tree | 89254062a0173173a99de8a3cd60e45dcb314c3d /src | |
parent | 022a14c94b49659a29d76207a2cbb187a76ad24e (diff) | |
download | scintilla-mirror-e6bba2106f8f69ab6438970a19530a4ed64f96b2.tar.gz |
Reenabled background wrap.rel-1-57
Diffstat (limited to 'src')
-rw-r--r-- | src/Editor.cxx | 2 |
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; |