diff options
author | nyamatongwe <unknown> | 2009-07-17 09:10:59 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2009-07-17 09:10:59 +0000 |
commit | a09d2105005ea791cc1f1222373d6008c08879e1 (patch) | |
tree | 68fb0f6ed6c4b68c6b165a61acbcaaea28de9896 /src/Editor.cxx | |
parent | 4e11c05935799050dbacbe689b47143ddee728eb (diff) | |
download | scintilla-mirror-a09d2105005ea791cc1f1222373d6008c08879e1.tar.gz |
Using sensible default for virtual space options.
Diffstat (limited to 'src/Editor.cxx')
-rw-r--r-- | src/Editor.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Editor.cxx b/src/Editor.cxx index 602dcd884..929db7d66 100644 --- a/src/Editor.cxx +++ b/src/Editor.cxx @@ -151,7 +151,6 @@ Editor::Editor() { additionalSelectionTyping = false; additionalCaretsBlink = true; virtualSpaceOptions = SCVS_NONE; - virtualSpaceOptions = SCVS_USERACCESSIBLE; pixmapLine = Surface::Allocate(); pixmapSelMargin = Surface::Allocate(); |