diff options
author | Vicente <devnull@localhost> | 2015-08-06 10:10:56 +1000 |
---|---|---|
committer | Vicente <devnull@localhost> | 2015-08-06 10:10:56 +1000 |
commit | a0ec76e8b00193cfa366d6d85690115fcdccdbec (patch) | |
tree | b6c09f53fd120071b536e97e2afd51430b8e3a25 | |
parent | 3b14e400a6e928be97ddfde5a26ec301c4a3ad95 (diff) | |
download | scintilla-mirror-a0ec76e8b00193cfa366d6d85690115fcdccdbec.tar.gz |
Change log.
-rw-r--r-- | doc/ScintillaHistory.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 2e4a9d7c8..8bd189b58 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -494,6 +494,10 @@ <li> VHDL folder supports "protected" keyword. </li> + <li> + On GTK+, avoid "Invalid rectangle passed" warning messages by never reporting the client + rectangle with a negative width or height. + </li> </ul> <h3> <a href="http://prdownloads.sourceforge.net/scintilla/scite360.zip?download">Release 3.6.0</a> |