diff options
author | jrxx <unknown> | 2011-01-17 16:04:20 -0600 |
---|---|---|
committer | jrxx <unknown> | 2011-01-17 16:04:20 -0600 |
commit | 3364813a5ab10c86bdc3042f2262ae45606a878e (patch) | |
tree | 87915616908b358f6d881de361180f44741b1830 /src/ViewStyle.cxx | |
parent | 472525a2abf0804dad38cd30d1ca04a5a1e167b7 (diff) | |
download | scintilla-mirror-3364813a5ab10c86bdc3042f2262ae45606a878e.tar.gz |
Add SCI_SETMARGINCURSORN and SCI_GETMARGINCURSORN.
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 1b315d17e..78ba1f78c 100644 --- a/src/ViewStyle.cxx +++ b/src/ViewStyle.cxx @@ -24,7 +24,7 @@ using namespace Scintilla; #endif MarginStyle::MarginStyle() : - style(SC_MARGIN_SYMBOL), width(0), mask(0), sensitive(false) { + style(SC_MARGIN_SYMBOL), width(0), mask(0), sensitive(false), cursor(SC_CURSORREVERSEARROW) { } // A list of the fontnames - avoids wasting space in each style |