aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Editor.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2000-07-05 04:49:03 +0000
committernyamatongwe <unknown>2000-07-05 04:49:03 +0000
commitabe70b07bd9bec5d94ffc5ce72c5ee7613981ac8 (patch)
treedbaabe79f4af1f9fef1b514ed64466165560a098 /src/Editor.h
parenta21ce1bbb8c3f6e1330a451ca7e0d9ba7ce628db (diff)
downloadscintilla-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.h2
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;