From 2956e6259b63bbe72db92286a4a3e16d63ebfac5 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sat, 26 Jun 2010 00:06:06 +0000 Subject: Fix for bug #3021473, indicator fill alpha capped at 100. --- doc/ScintillaDoc.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/ScintillaDoc.html') 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 @@

Scintilla Documentation

-

Last edited 4/April/2010 NH

+

Last edited 26/June/2010 NH

There is an overview of the internal design of Scintilla.
@@ -3616,7 +3616,7 @@ struct Sci_TextToFind { SCI_INDICGETALPHA(int indicatorNumber)
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).

SCI_INDICSETUNDER(int indicatorNumber, bool under)
-- cgit v1.2.3