diff options
Diffstat (limited to 'scintilla/src/Editor.h')
-rw-r--r-- | scintilla/src/Editor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scintilla/src/Editor.h b/scintilla/src/Editor.h index 40f4d42..9f2a056 100644 --- a/scintilla/src/Editor.h +++ b/scintilla/src/Editor.h @@ -163,6 +163,7 @@ protected: // ScintillaBase subclass needs access to much of Editor bool verticalScrollBarVisible;
bool endAtLastLine;
int caretSticky;
+ int marginOptions;
bool multipleSelection;
bool additionalSelectionTyping;
int multiPasteMode;
|