diff options
author | jrxx <devnull@localhost> | 2011-01-17 16:04:20 -0600 |
---|---|---|
committer | jrxx <devnull@localhost> | 2011-01-17 16:04:20 -0600 |
commit | 9d5f8be054e6c3289b7730935664c0baf65e4c51 (patch) | |
tree | c2eb4407e29227d7f4b5f787f8a4e9c34f605784 /src/ViewStyle.cxx | |
parent | 89c21a81fcfccc4beecc2442e6e434fd6edbc9b1 (diff) | |
download | scintilla-mirror-9d5f8be054e6c3289b7730935664c0baf65e4c51.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 |