aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2025-05-28 10:00:12 +1000
committerNeil <nyamatongwe@gmail.com>2025-05-28 10:00:12 +1000
commit7909c514d76359577accb9c2417590e6cff4e184 (patch)
tree110d89ada897a8b740eeccbf98801b3c649340b8 /doc
parent12f6ca53a028a72028b345e6fb3d181c47b66105 (diff)
downloadscintilla-mirror-7909c514d76359577accb9c2417590e6cff4e184.tar.gz
Bug [#2481]. Refresh pixmaps later inside Paint so non-null when dereferenced in
for validity check.
Diffstat (limited to 'doc')
-rw-r--r--doc/ScintillaHistory.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 4d3c73774..5b636af5d 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -616,6 +616,10 @@
<a href="https://github.com/notepad-plus-plus/notepad-plus-plus/pull/16373">Notepad++ Pull Request #16373</a>.
</li>
<li>
+ Fix crash during painting when scroll bars changed.
+ <a href="https://sourceforge.net/p/scintilla/bugs/2481/">Bug #2481</a>.
+ </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>.