aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Indicator.cxx
diff options
context:
space:
mode:
authornyamatongwe <unknown>2009-02-14 10:59:38 +0000
committernyamatongwe <unknown>2009-02-14 10:59:38 +0000
commitc7c7469093e1d6fcdf99b7caa6dad627538dccc6 (patch)
tree2b2d33d2c699bd0d35185e67803738c7ec377c0b /src/Indicator.cxx
parentff39a24cc99d687d1e1a3abafcad11175a2bba56 (diff)
downloadscintilla-mirror-c7c7469093e1d6fcdf99b7caa6dad627538dccc6.tar.gz
Feature #2586290 INDIC_ROUNDBOX alpha transparency setting from Todd
Whiteman of ActiveState.
Diffstat (limited to 'src/Indicator.cxx')
-rw-r--r--src/Indicator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Indicator.cxx b/src/Indicator.cxx
index 139e2b0ea..da9531224 100644
--- a/src/Indicator.cxx
+++ b/src/Indicator.cxx
@@ -72,7 +72,7 @@ void Indicator::Draw(Surface *surface, const PRectangle &rc, const PRectangle &r
rcBox.top = rcLine.top + 1;
rcBox.left = rc.left;
rcBox.right = rc.right;
- surface->AlphaRectangle(rcBox, 1, fore.allocated, 30, fore.allocated, 50, 0);
+ surface->AlphaRectangle(rcBox, 1, fore.allocated, fillAlpha, fore.allocated, 50, 0);
} else { // Either INDIC_PLAIN or unknown
surface->MoveTo(rc.left, ymid);
surface->LineTo(rc.right, ymid);