diff options
author | nyamatongwe <devnull@localhost> | 2000-07-01 13:01:08 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2000-07-01 13:01:08 +0000 |
commit | 67060f15a16ddd34a1fc8d1074fb02d10a571dca (patch) | |
tree | deef92284e207f9d363b1378a4b00d73b1aa2338 /src/Editor.h | |
parent | 1c0216fe01e45c65afaeff3dc6b9a551b0efc3ef (diff) | |
download | scintilla-mirror-67060f15a16ddd34a1fc8d1074fb02d10a571dca.tar.gz |
Support for print magnification and print light inverted.
Stopped printing of indentation guides.
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; |