diff options
author | nyamatongwe <unknown> | 2003-11-27 21:11:00 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2003-11-27 21:11:00 +0000 |
commit | 52ebe67272a533fcc64c9fa59d8a69f309c5e000 (patch) | |
tree | 89254062a0173173a99de8a3cd60e45dcb314c3d /src | |
parent | dc62d2a8faddbd410dead6bf1a69d3e50fd59496 (diff) | |
download | scintilla-mirror-52ebe67272a533fcc64c9fa59d8a69f309c5e000.tar.gz |
Reenabled background wrap.
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; |