diff options
author | Neil <nyamatongwe@gmail.com> | 2024-07-10 08:26:36 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2024-07-10 08:26:36 +1000 |
commit | 85ca24bcdbfc2fb8d303646e5bd207b5b229b351 (patch) | |
tree | 523baa6adaa5af2de12c2d69f774bc928a92e68a /doc | |
parent | ed0aed7dc463ee5c0f2b7c0989e231cce2c835b8 (diff) | |
download | scintilla-mirror-85ca24bcdbfc2fb8d303646e5bd207b5b229b351.tar.gz |
Bug [#2443]. Fix flickering cursor after some mouse action sequences.
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 22cd4fe44..b8feb1350 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -604,6 +604,10 @@ Increase maximum zoom set interactively to +60 points. <a href="https://sourceforge.net/p/scintilla/feature-requests/1517/">Feature #1517</a>. </li> + <li> + Fix flickering cursor after some mouse action sequences. + <a href="https://sourceforge.net/p/scintilla/bugs/2443/">Bug #2443</a>. + </li> </ul> <h3> <a href="https://www.scintilla.org/scintilla550.zip">Release 5.5.0</a> |