From 1741f339d4cac847cf9c465a8a1494fe7b50629a Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Mon, 13 Jun 2011 08:22:12 +1000 Subject: Moved marginOptions from ViewStyle to Editor as it is a behavioural option. --- src/Editor.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Editor.h') diff --git a/src/Editor.h b/src/Editor.h index ca01bf6d3..48f4d1ccd 100644 --- a/src/Editor.h +++ b/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; -- cgit v1.2.3