diff options
author | Vicente <unknown> | 2015-08-06 10:10:56 +1000 |
---|---|---|
committer | Vicente <unknown> | 2015-08-06 10:10:56 +1000 |
commit | b6957a28f61ab5df37267ba8047a4e58779a5e17 (patch) | |
tree | 75af8618106cfe44f06fa15ea29861bb16b4dc73 | |
parent | 4462d3aa4a2bfd6d06ab6ebc20dca8f2a1705ded (diff) | |
download | scintilla-mirror-b6957a28f61ab5df37267ba8047a4e58779a5e17.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> |