diff options
| author | nyamatongwe <devnull@localhost> | 2009-02-14 10:59:38 +0000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2009-02-14 10:59:38 +0000 |
| commit | fa4bd51d2caec16b782f136fa4ffa53a89b9b804 (patch) | |
| tree | 2b2d33d2c699bd0d35185e67803738c7ec377c0b /src/Indicator.h | |
| parent | 220bd0dc5578f5b7814e4deae12b077d27b06b16 (diff) | |
| download | scintilla-mirror-fa4bd51d2caec16b782f136fa4ffa53a89b9b804.tar.gz | |
Feature #2586290 INDIC_ROUNDBOX alpha transparency setting from Todd
Whiteman of ActiveState.
Diffstat (limited to 'src/Indicator.h')
| -rw-r--r-- | src/Indicator.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Indicator.h b/src/Indicator.h index 2081db544..42b56f07e 100644 --- a/src/Indicator.h +++ b/src/Indicator.h @@ -19,7 +19,8 @@ public: int style; bool under; ColourPair fore; - Indicator() : style(INDIC_PLAIN), under(false), fore(ColourDesired(0,0,0)) { + int fillAlpha; + Indicator() : style(INDIC_PLAIN), under(false), fore(ColourDesired(0,0,0)), fillAlpha(30) { } void Draw(Surface *surface, const PRectangle &rc, const PRectangle &rcLine); }; |
