diff options
author | nyamatongwe <devnull@localhost> | 2010-06-26 00:06:06 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2010-06-26 00:06:06 +0000 |
commit | 2956e6259b63bbe72db92286a4a3e16d63ebfac5 (patch) | |
tree | 5097de29737b961504a33797915d900769c3f787 /doc/ScintillaDoc.html | |
parent | e567a0d1f146f412a14709e84420334f7febfbcd (diff) | |
download | scintilla-mirror-2956e6259b63bbe72db92286a4a3e16d63ebfac5.tar.gz |
Fix for bug #3021473, indicator fill alpha capped at 100.
Diffstat (limited to 'doc/ScintillaDoc.html')
-rw-r--r-- | doc/ScintillaDoc.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index c57493fe2..c5f713b35 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -38,7 +38,7 @@ <h1>Scintilla Documentation</h1> - <p>Last edited 4/April/2010 NH</p> + <p>Last edited 26/June/2010 NH</p> <p>There is <a class="jump" href="Design.html">an overview of the internal design of Scintilla</a>.<br /> @@ -3616,7 +3616,7 @@ struct Sci_TextToFind { <b id="SCI_INDICGETALPHA">SCI_INDICGETALPHA(int indicatorNumber)</b><br /> These two messages set and get the alpha transparency used for drawing the fill color of the INDIC_ROUNDBOX rectangle. The alpha value can range from - 0 (completely transparent) to 100 (no transparency). + 0 (completely transparent) to 255 (no transparency). </p> <p><b id="SCI_INDICSETUNDER">SCI_INDICSETUNDER(int indicatorNumber, bool under)</b><br /> |