aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Editor.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2000-07-05 04:49:03 +0000
committernyamatongwe <devnull@localhost>2000-07-05 04:49:03 +0000
commit63654a7adf0e2960f63d2e20ccf3900d274fa410 (patch)
treedbaabe79f4af1f9fef1b514ed64466165560a098 /src/Editor.h
parentdb04c9f43e663e771b0eeeca0cae3b8924afb35e (diff)
downloadscintilla-mirror-63654a7adf0e2960f63d2e20ccf3900d274fa410.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;