diff options
| author | nyamatongwe <devnull@localhost> | 2000-07-05 04:49:03 +0000 | 
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2000-07-05 04:49:03 +0000 | 
| commit | 63654a7adf0e2960f63d2e20ccf3900d274fa410 (patch) | |
| tree | dbaabe79f4af1f9fef1b514ed64466165560a098 /src/Editor.h | |
| parent | db04c9f43e663e771b0eeeca0cae3b8924afb35e (diff) | |
| download | scintilla-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.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; | 
