diff options
author | nyamatongwe <devnull@localhost> | 2011-09-25 09:50:39 +1000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2011-09-25 09:50:39 +1000 |
commit | 5d3ae5680394efc764a0fb972d28dcc542095cb3 (patch) | |
tree | d597d84cfe6eddd813d56505e7252a1b2521fdc6 /src/Indicator.h | |
parent | 1237be33a5d1f857ddd488ec1ea7137d00152100 (diff) | |
download | scintilla-mirror-5d3ae5680394efc764a0fb972d28dcc542095cb3.tar.gz |
Palette support removed.
Diffstat (limited to 'src/Indicator.h')
-rw-r--r-- | src/Indicator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Indicator.h b/src/Indicator.h index e787b592d..0284a855b 100644 --- a/src/Indicator.h +++ b/src/Indicator.h @@ -18,7 +18,7 @@ class Indicator { public: int style; bool under; - ColourPair fore; + ColourDesired fore; int fillAlpha; int outlineAlpha; Indicator() : style(INDIC_PLAIN), under(false), fore(ColourDesired(0,0,0)), fillAlpha(30), outlineAlpha(50) { |