aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2015-07-14 13:00:14 +1000
committerNeil <nyamatongwe@gmail.com>2015-07-14 13:00:14 +1000
commit15a6a69d975e4e5a411fc22d18ef00c9bbb7c138 (patch)
tree7e6e16601f57494f7793fc401d89842e6ea6e678 /doc
parentb30b6e04a379a11060f7b7fe76e7a861a3afbb85 (diff)
downloadscintilla-mirror-15a6a69d975e4e5a411fc22d18ef00c9bbb7c138.tar.gz
Fix drawing problem when control characters are in a hidden style as they then
have a zero width rectangle to draw but modify that rectangle in a way that clears some pixels.
Diffstat (limited to 'doc')
-rw-r--r--doc/ScintillaHistory.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 164a1c317..773a376bf 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -526,6 +526,11 @@
<a href="http://sourceforge.net/p/scintilla/bugs/1740/">Bug #1740</a>.
</li>
<li>
+ Fix drawing problem when control characters are in a hidden style as they then
+ have a zero width rectangle to draw but modify that rectangle in a way that
+ clears some pixels.
+ </li>
+ <li>
Report error when attempt to resize buffer to more than 2GB with SC_STATUS_FAILURE.
</li>
<li>