diff options
author | nyamatongwe <devnull@localhost> | 2007-07-12 12:59:47 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2007-07-12 12:59:47 +0000 |
commit | b6c5e2f5a69fca63fcdd7a2ded850299e36124b7 (patch) | |
tree | 789b7e855e141f8c87557a365716bec4d9f71078 /src/ViewStyle.cxx | |
parent | 3839c03ad51809d5a7bbe1e8f57632f831d953d5 (diff) | |
download | scintilla-mirror-b6c5e2f5a69fca63fcdd7a2ded850299e36124b7.tar.gz |
Modification allows indentation guides to appear on lines that are
empty.
Diffstat (limited to 'src/ViewStyle.cxx')
-rw-r--r-- | src/ViewStyle.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ViewStyle.cxx b/src/ViewStyle.cxx index f73c15ed1..15efea8cc 100644 --- a/src/ViewStyle.cxx +++ b/src/ViewStyle.cxx @@ -229,7 +229,7 @@ void ViewStyle::Init(size_t stylesSize_) { } zoomLevel = 0; viewWhitespace = wsInvisible; - viewIndentationGuides = false; + viewIndentationGuides = ivNone; viewEOL = false; showMarkedLines = true; extraFontFlag = false; |