aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ViewStyle.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2006-06-06 01:01:59 +0000
committernyamatongwe <unknown>2006-06-06 01:01:59 +0000
commita94abb53e54f4e97b039da4edfc97fef15489a52 (patch)
tree0f99a96b64e7f498fb6f9bfee14d88752dfd693c /src/ViewStyle.h
parenta06455a982a5319a6af8976054481a3f71131b1d (diff)
downloadscintilla-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.h2
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;