You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix wxComboCtrl popup behaviour under some Wayland compositors
We need to set the window type hint to COMBO in order to use a popup
window for it under Wayland and while not doing it seems to still work
with GNOME/mutter, it is required with the other compositors such as KDE
Plasma or Sway and doesn't seem to do any harm under GNOME, so do it
always and hope that it doesn't result in any problems with not
combobox-like popups.
This basically undoes 62d934a (Don't set HINT_COMBO as wxPopupWindow
is used for different windows as well, 2008-10-07).
See wxWidgets#23931, wxWidgets#23908.
Co-authored-by: Alex Shvartzkop <[email protected]>
(cherry picked from commit 5c0cc72)
0 commit comments