diff options
author | Jiří Techet <techet@gmail.com> | 2023-08-28 08:22:24 +1000 |
---|---|---|
committer | Jiří Techet <techet@gmail.com> | 2023-08-28 08:22:24 +1000 |
commit | 600a06571441f54ee5595ef1bc3169795d4353fb (patch) | |
tree | 3f9afb2dae1cf027c8ab1e1c7c9f2cb079fbdaea /doc/ScintillaHistory.html | |
parent | 5e2c44ecb87b123d0d8e8cf10c3474c8d98f02fd (diff) | |
download | scintilla-mirror-600a06571441f54ee5595ef1bc3169795d4353fb.tar.gz |
Bug [#2401]. gtk: Set type hint for GTK_WINDOW_POPUP windows
Without setting the hint the popup windows lead to some obscure behavior
on macOS when the main window is full screened, see
https://gitlab.gnome.org/GNOME/gtk/-/issues/5716
https://gitlab.gnome.org/GNOME/gtk/-/merge_requests/5778
while the solution from 5778 might be a sufficient workaround, setting
the hints might be a good idea in general so the window manager knows better
the purpose of these windows.
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 c32dfdb5b..72a02b7a4 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -590,6 +590,10 @@ Released 26 July 2023. </li> <li> + For GTK on macOS, fix popup window behaviour by setting type hints. + <a href="https://sourceforge.net/p/scintilla/bugs/2401/">Bug #2401</a>. + </li> + <li> For Qt, allow parent window to handle context menu events by setting as ignored. <a href="https://sourceforge.net/p/scintilla/bugs/2395/">Bug #2395</a>. </li> |