Change the maximized state on 'Adjust Window'
Signed-off-by: dignow <linlong1265@gmail.com>
This commit is contained in:
parent
74be6af3e6
commit
b0225880de
@ -775,6 +775,7 @@ class ScreenAdjustor {
|
|||||||
}
|
}
|
||||||
await WindowController.fromWindowId(windowId)
|
await WindowController.fromWindowId(windowId)
|
||||||
.setFrame(Rect.fromLTWH(left, top, width, height));
|
.setFrame(Rect.fromLTWH(left, top, width, height));
|
||||||
|
stateGlobal.setMaximized(false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user