diff options
author | Neil <nyamatongwe@gmail.com> | 2015-08-26 10:33:49 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2015-08-26 10:33:49 +1000 |
commit | 03eb62c682f106c7a32cbf246e7e4ca3e93b41d8 (patch) | |
tree | 478e7868ab1852a88ecb0f324f51fcd0d63bf976 /doc/ScintillaHistory.html | |
parent | f2d2876c7157b39952d875e38a82f9bea8929ff9 (diff) | |
download | scintilla-mirror-03eb62c682f106c7a32cbf246e7e4ca3e93b41d8.tar.gz |
Removed setting list colours on GTK+ 3.16+ as no longer appears needed.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r-- | doc/ScintillaHistory.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 0ce86dd31..eb5a3958c 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -509,6 +509,8 @@ </li> <li> On GTK+ 3.x, fix height of lines in autocompletion lists to match the font. + Switch from deprecated style calls to CSS styling. + Removed setting list colours on GTK+ 3.16+ as no longer appears needed. </li> <li> On GTK+, avoid "Invalid rectangle passed" warning messages by never reporting the client |