diff options
author | Zufu Liu <unknown> | 2024-04-18 09:32:10 +1000 |
---|---|---|
committer | Zufu Liu <unknown> | 2024-04-18 09:32:10 +1000 |
commit | 5c10bcc7ef9ca881b7d6d851992702bae53ff968 (patch) | |
tree | e0f0824e73f51c7c6bf912c5f8ce73bf66b5672a /doc | |
parent | c802a109fd6d4f40434a600216d6ae622f0633c6 (diff) | |
download | scintilla-mirror-5c10bcc7ef9ca881b7d6d851992702bae53ff968.tar.gz |
Bug [#2321]. Scale reverse arrow cursor for margins to match other cursors.
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 5c711c199..94e2d285f 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -603,6 +603,10 @@ Fix Win32 IME crash in windowed mode. <a href="https://sourceforge.net/p/scintilla/bugs/2433/">Bug #2433</a>. </li> + <li> + Scale reverse arrow cursor for margins to match other cursors when user changes pointer size. + <a href="https://sourceforge.net/p/scintilla/bugs/2321/">Bug #2321</a>. + </li> </ul> <h3> <a href="https://www.scintilla.org/scintilla543.zip">Release 5.4.3</a> |