diff options
author | nyamatongwe <unknown> | 2000-07-05 04:49:03 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2000-07-05 04:49:03 +0000 |
commit | abe70b07bd9bec5d94ffc5ce72c5ee7613981ac8 (patch) | |
tree | dbaabe79f4af1f9fef1b514ed64466165560a098 /src/Editor.h | |
parent | a21ce1bbb8c3f6e1330a451ca7e0d9ba7ce628db (diff) | |
download | scintilla-mirror-abe70b07bd9bec5d94ffc5ce72c5ee7613981ac8.tar.gz |
Changed print colour mode to have black on white as well as invert light
states.
Diffstat (limited to 'src/Editor.h')
-rw-r--r-- | src/Editor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Editor.h b/src/Editor.h index 456fdd1ea..c39157747 100644 --- a/src/Editor.h +++ b/src/Editor.h @@ -60,7 +60,7 @@ protected: // ScintillaBase subclass needs access to much of Editor ViewStyle vs; Palette palette; int printMagnification; - bool printInvertLight; + int printColourMode; bool hideSelection; bool inOverstrike; |