Window: unset fullscreen before unmaximizing

This commit is contained in:
Peter Fajdiga
2023-08-25 13:58:43 +02:00
parent e580acf979
commit 382cbe101b

View File

@@ -61,8 +61,8 @@ class Window {
if (this.isFocused()) {
return;
}
this.client.setMaximize(false, false);
this.client.setFullScreen(false);
this.client.setMaximize(false, false);
this.column.grid.desktop.onLayoutChanged();
}