diff options
| author | Colomban Wendling <ban@herbesfolles.org> | 2016-10-23 10:41:27 +0200 |
|---|---|---|
| committer | Colomban Wendling <ban@herbesfolles.org> | 2016-10-23 10:41:27 +0200 |
| commit | e9657ea868fd2fc92175e98954e077b58805efb8 (patch) | |
| tree | d2a03f5187660636d0c9cb0ea74c1214b3c67312 /doc/ScintillaHistory.html | |
| parent | 6a54dbb6512ea1511e3cd24ec933e7b1c86b5ca4 (diff) | |
| download | scintilla-mirror-e9657ea868fd2fc92175e98954e077b58805efb8.tar.gz | |
Bug [#1873]. GTK: Don't forward calls to NULL scrollbars
Once Dispose() has been called, scrollbars will be NULL, so we need to
check against this in code that might run after Dispose().
Fixes scary warnings on certain widget destruction scenarios.
Diffstat (limited to 'doc/ScintillaHistory.html')
| -rw-r--r-- | doc/ScintillaHistory.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 20be5e5a8..b6ced2dea 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -537,6 +537,10 @@ Margin click to select line now clears rectangular and additional selections. </li> <li> + Fixed a NULL access bug on GTK+ where the scrollbars could be used during destruction. + <a href="http://sourceforge.net/p/scintilla/bugs/1873/">Bug #1873</a>. + </li> + <li> A potential bug on GTK+ fixed where asynchronous clipboard could be delivered after its target Scintilla instance was destroyed. </li> |
