diff options
author | Neil Hodgson <nyamatongwe@gmail.com> | 2017-07-29 11:23:49 +1000 |
---|---|---|
committer | Neil Hodgson <nyamatongwe@gmail.com> | 2017-07-29 11:23:49 +1000 |
commit | 685c1c667e33144f014c23fd94e3ccd7abf7779b (patch) | |
tree | e37f57c9f3306385ac637fee8bf6cda5e5574ddf /doc | |
parent | 6d70cdf468c8b48cd178b6c11d525790b7414cdf (diff) | |
download | scintilla-mirror-685c1c667e33144f014c23fd94e3ccd7abf7779b.tar.gz |
Bug [#1876]. Fix scrollbar and corner drawing and flickering of text.
Diffstat (limited to 'doc')
-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 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>. |