diff options
author | uhf7 <unknown> | 2020-07-31 08:17:33 +1000 |
---|---|---|
committer | uhf7 <unknown> | 2020-07-31 08:17:33 +1000 |
commit | d3edcc88f7534bd3456596ea683e4a74ad6f231c (patch) | |
tree | 7f2c7e861e2a0f0cf017a5cb8ef66d5d5ba76b1c /doc/ScintillaHistory.html | |
parent | 66022254f1cb80c4446286347b5225ee65839655 (diff) | |
download | scintilla-mirror-d3edcc88f7534bd3456596ea683e4a74ad6f231c.tar.gz |
Bug [#2170]. Fixed cursor flicker over an indicator with hover style.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r-- | doc/ScintillaHistory.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index ff7655a29..d25f79c92 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -558,6 +558,7 @@ <td>Prakash Sahni</td> </tr><tr> <td>Michel Sauvard</td> + <td>uhf7</td> </tr> </table> <p> @@ -589,6 +590,11 @@ <a href="https://sourceforge.net/p/scintilla/bugs/2191/">Bug #2191</a>. </li> <li> + Fixed bug on Win32 where cursor was flickering between hand and text over an + indicator with hover style. + <a href="https://sourceforge.net/p/scintilla/bugs/2170/">Bug #2170</a>. + </li> + <li> Fixed a bug in SciTE with stack balance when a syntax error in the Lua startup script caused continuing failures to find functions after the syntax error was corrected. <a href="https://sourceforge.net/p/scintilla/bugs/2176/">Bug #2176</a>. |