aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2022-04-29 12:48:42 +1000
committerNeil <nyamatongwe@gmail.com>2022-04-29 12:48:42 +1000
commit528eca1cf29f8e02afd3cb51724c2fe2eed69894 (patch)
tree7bd46f1e8c56bb21f324d0fe6619bae2772e4286
parent208bc58ecc1b9ce1abc9c88d2c7da65c6ba388e6 (diff)
downloadscintilla-mirror-528eca1cf29f8e02afd3cb51724c2fe2eed69894.tar.gz
Add warning for GTK scroll bar change.
-rw-r--r--doc/ScintillaHistory.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 499d3558c..b7d4b1e5b 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -582,6 +582,8 @@
</li>
<li>
Fix partial updates and non-responsive scroll bars on Xorg.
+ This defers scroll bar changes to an idle task so could affect applications that depend on
+ the scroll position being updated.
<a href="https://sourceforge.net/p/scintilla/bugs/2322/">Bug #2322</a>,
<a href="https://sourceforge.net/p/scintilla/bugs/2196/">Bug #2196</a>,
<a href="https://sourceforge.net/p/scintilla/bugs/2312/">Bug #2312</a>.