aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ViewStyle.cxx
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2007-07-12 12:59:47 +0000
committernyamatongwe <devnull@localhost>2007-07-12 12:59:47 +0000
commitb6c5e2f5a69fca63fcdd7a2ded850299e36124b7 (patch)
tree789b7e855e141f8c87557a365716bec4d9f71078 /src/ViewStyle.cxx
parent3839c03ad51809d5a7bbe1e8f57632f831d953d5 (diff)
downloadscintilla-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.cxx2
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;