diff options
author | nyamatongwe <devnull@localhost> | 2009-07-17 09:10:59 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2009-07-17 09:10:59 +0000 |
commit | 74755d8300113c9a24879ee8f0e1ae025d3b2271 (patch) | |
tree | 68fb0f6ed6c4b68c6b165a61acbcaaea28de9896 /src | |
parent | 87b343765c4cdf578b60d5926b061132b0465041 (diff) | |
download | scintilla-mirror-74755d8300113c9a24879ee8f0e1ae025d3b2271.tar.gz |
Using sensible default for virtual space options.
Diffstat (limited to 'src')
-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(); |