diff options
Diffstat (limited to 'src/Editor.h')
-rw-r--r-- | src/Editor.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Editor.h b/src/Editor.h index 73b0308c8..d1074073e 100644 --- a/src/Editor.h +++ b/src/Editor.h @@ -56,6 +56,8 @@ protected: // ScintillaBase subclass needs access to much of Editor bool stylesValid; ViewStyle vs; Palette palette; + int printMagnification; + bool printInvertLight; bool hideSelection; bool inOverstrike; |