Merge pull request #5721 from dignow/fix/adjust_window_state
Change the maximized state on 'Adjust Window'
This commit is contained in:
commit
f55fdae9eb
1 changed files with 1 additions and 0 deletions
|
|
@ -775,6 +775,7 @@ class ScreenAdjustor {
|
|||
}
|
||||
await WindowController.fromWindowId(windowId)
|
||||
.setFrame(Rect.fromLTWH(left, top, width, height));
|
||||
stateGlobal.setMaximized(false);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue