Files
wxWidgets/include
Vadim Zeitlin 9b73719543 Merge branch 'size-restore-after-fullscreen' of github.com:paulcor/wxWidgets
Fix window size after unmaximizing it XFCE/MATE.

Workaround for Mutter from 9537141500 (Fix handling window total size
under GNOME with X11, 2025-04-28) broke the well behaving WMs used by
other desktop environments, such as XFCE, as it resulted in the window
size being mistakenly adjusted after the decorations size was changed
due to restoring a previous maximized window.

Prevent this from happening by not adjusting the size after the window
has been already mapped.

See #25348, #25349.

Closes #25708.

Closes #25711.
2025-08-22 00:44:08 +02:00
..