Merge pull request #35882 from Chaosus/fix_x11_window_restoring
Fix restoring window from fullscreen to normal on Linux
This commit is contained in:
commit
e5cb4f03c5
@ -1429,7 +1429,7 @@ void OS_X11::set_window_fullscreen(bool p_enabled) {
|
||||
set_window_maximized(true);
|
||||
}
|
||||
set_wm_fullscreen(p_enabled);
|
||||
if (!p_enabled && !current_videomode.always_on_top) {
|
||||
if (!p_enabled && current_videomode.always_on_top) {
|
||||
// Restore
|
||||
set_window_maximized(false);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user