diff options
author | nyamatongwe <unknown> | 2006-06-06 01:01:59 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2006-06-06 01:01:59 +0000 |
commit | a94abb53e54f4e97b039da4edfc97fef15489a52 (patch) | |
tree | 0f99a96b64e7f498fb6f9bfee14d88752dfd693c /src/ViewStyle.h | |
parent | a06455a982a5319a6af8976054481a3f71131b1d (diff) | |
download | scintilla-mirror-a94abb53e54f4e97b039da4edfc97fef15489a52.tar.gz |
Patch from RFE 1501054 by Greg Smith adds margin styles that fill with the
foreground of background of the default style.
Diffstat (limited to 'src/ViewStyle.h')
-rw-r--r-- | src/ViewStyle.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ViewStyle.h b/src/ViewStyle.h index 892fdc59d..75f899d97 100644 --- a/src/ViewStyle.h +++ b/src/ViewStyle.h @@ -12,7 +12,7 @@ */ class MarginStyle { public: - bool symbol; + int style; int width; int mask; bool sensitive; |