diff options
author | Neil Hodgson <nyamatongwe@gmail.com> | 2025-05-05 16:44:55 +1000 |
---|---|---|
committer | Neil Hodgson <nyamatongwe@gmail.com> | 2025-05-05 16:44:55 +1000 |
commit | 81f3d22db1581d3ddffd9c4b434e3dd7d2a51cbe (patch) | |
tree | 36247bd2111b5ca9bad51cbffc57c82483f179a1 /doc | |
parent | f853a1db0e9bf7afa93e806fd5df7ae35a624b9a (diff) | |
download | scintilla-mirror-81f3d22db1581d3ddffd9c4b434e3dd7d2a51cbe.tar.gz |
Bug [#2416]. Reset vertical scroll bar synchronously in SCI_SETDOCPOINTER to fix
bug where scroll position not restored in non-wrap mode.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ScintillaHistory.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 4da325dae..36b1f56f7 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -607,6 +607,11 @@ <li> Tweak SC_MARK_BAR to be slightly wider by using next higher whole pixel instead of next lower for margin width / 3. </li> + <li> + On GTK, reset vertical scroll bar synchronously in SCI_SETDOCPOINTER to fix bug where + scroll position not restored in non-wrap mode. + <a href="https://sourceforge.net/p/scintilla/bugs/2416/">Bug #2416</a>. + </li> </ul> <h3> <a href="https://www.scintilla.org/scintilla556.zip">Release 5.5.6</a> |