diff options
| -rw-r--r-- | doc/ScintillaHistory.html | 2 | 
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>.  | 
