diff options
author | nyamatongwe <devnull@localhost> | 2006-05-28 05:28:51 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2006-05-28 05:28:51 +0000 |
commit | 1731660f26d1990cbc98f168c430da7301059224 (patch) | |
tree | 0f066f54921de0ed695785310b5ed141f8a85aaa /src/ViewStyle.cxx | |
parent | fc4f6b170f6fedf263575db48f521fff469b57ee (diff) | |
download | scintilla-mirror-1731660f26d1990cbc98f168c430da7301059224.tar.gz |
Increased number of margins to 5.
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 930427bb8..3de85c6be 100644 --- a/src/ViewStyle.cxx +++ b/src/ViewStyle.cxx @@ -17,7 +17,7 @@ #include "ViewStyle.h" MarginStyle::MarginStyle() : - symbol(false), width(16), mask(0xffffffff), sensitive(false) { + symbol(false), width(0), mask(0), sensitive(false) { } // A list of the fontnames - avoids wasting space in each style |