diff options
Diffstat (limited to 'scintilla/src/ViewStyle.h')
-rw-r--r-- | scintilla/src/ViewStyle.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scintilla/src/ViewStyle.h b/scintilla/src/ViewStyle.h index 1282c44..70b1d4a 100644 --- a/scintilla/src/ViewStyle.h +++ b/scintilla/src/ViewStyle.h @@ -106,6 +106,7 @@ public: int caretStyle;
int caretWidth;
bool someStylesProtected;
+ bool someStylesForceCase;
int extraFontFlag;
int extraAscent;
int extraDescent;
|