diff options
author | Neil <nyamatongwe@gmail.com> | 2022-09-29 13:46:49 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2022-09-29 13:46:49 +1000 |
commit | 2873f7302a29c5e60317e24f973713d658081bb0 (patch) | |
tree | fa6b791881a5d8a39447d561ba053f0258a00414 /doc | |
parent | a68a99a856e6818e4269b03c3fd97d84bf98d165 (diff) | |
download | scintilla-mirror-2873f7302a29c5e60317e24f973713d658081bb0.tar.gz |
Ensure page and step clicks on horizontal scroll bar do not overshoot document width.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ScintillaHistory.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index c14fcc59a..5b6b21158 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -601,6 +601,9 @@ On Win32 implement horizontal scrolling mouse wheel. <a href="https://sourceforge.net/p/scintilla/feature-requests/1450/">Feature #1450</a>. </li> + <li> + On Win32 ensure page and step clicks on horizontal scroll bar do not overshoot document width. + </li> </ul> <h3> <a href="https://www.scintilla.org/scintilla530.zip">Release 5.3.0</a> |