Window: unset fullscreen before unmaximizing
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user