Merge pull request #5721 from dignow/fix/adjust_window_state

Change the maximized state on 'Adjust Window'
This commit is contained in:
RustDesk 2023-09-17 22:54:13 +08:00 committed by GitHub
commit f55fdae9eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -775,6 +775,7 @@ class ScreenAdjustor {
}
await WindowController.fromWindowId(windowId)
.setFrame(Rect.fromLTWH(left, top, width, height));
stateGlobal.setMaximized(false);
}
}