diff options
author | Baldur Karlsson <unknown> | 2017-06-10 08:37:19 +1000 |
---|---|---|
committer | Baldur Karlsson <unknown> | 2017-06-10 08:37:19 +1000 |
commit | 1eda2f2e301e712a2f77cc0238661ef93ab25ad0 (patch) | |
tree | 73c341f9675c9561a1f1f3a968a13f2195ae6a8f /doc/ScintillaHistory.html | |
parent | 14361ec4a52664607d3a15cdf251df8d72203b12 (diff) | |
download | scintilla-mirror-1eda2f2e301e712a2f77cc0238661ef93ab25ad0.tar.gz |
Bug [#1947]. Reenable mouse tracking when the window is reshown.
Diffstat (limited to 'doc/ScintillaHistory.html')
-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 60671bebe..6c608bdfc 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -510,6 +510,7 @@ <td>John Flatness</td> <td>Thorsten Kani</td> <td>Bernhard M. Wiedemann</td> + <td>Baldur Karlsson</td> </tr> </table> <p> @@ -534,6 +535,10 @@ <li> Support dropped for GTK+ versions before 2.24. </li> + <li> + On Qt, mouse tracking is reenabled when the window is reshown. + <a href="http://sourceforge.net/p/scintilla/bugs/1948/">Bug #1948</a>. + </li> </ul> <h3> <a href="http://www.scintilla.org/scite375.zip">Release 3.7.5</a> |