aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorNeil Hodgson <nyamatongwe@gmail.com>2017-07-29 11:23:49 +1000
committerNeil Hodgson <nyamatongwe@gmail.com>2017-07-29 11:23:49 +1000
commit685c1c667e33144f014c23fd94e3ccd7abf7779b (patch)
treee37f57c9f3306385ac637fee8bf6cda5e5574ddf /doc
parent6d70cdf468c8b48cd178b6c11d525790b7414cdf (diff)
downloadscintilla-mirror-685c1c667e33144f014c23fd94e3ccd7abf7779b.tar.gz
Bug [#1876]. Fix scrollbar and corner drawing and flickering of text.
Diffstat (limited to 'doc')
-rw-r--r--doc/ScintillaHistory.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index ece2981b6..2bcfaeebe 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -580,6 +580,10 @@
<a href="http://sourceforge.net/p/scintilla/bugs/1949/">Bug #1949</a>.
</li>
<li>
+ On GTK+ fix drawing problems including incorrect scrollbar redrawing and flickering of text.
+ <a href="http://sourceforge.net/p/scintilla/bugs/1876">Bug #1876</a>.
+ </li>
+ <li>
On Cocoa, fix doCommandBySelector but avoid double effect of 'delete'
key.
<a href="http://sourceforge.net/p/scintilla/bugs/1958">Bug #1958</a>.