diff --git a/flutter/lib/desktop/widgets/remote_toolbar.dart b/flutter/lib/desktop/widgets/remote_toolbar.dart index a8bacfca3..8f668f7ad 100644 --- a/flutter/lib/desktop/widgets/remote_toolbar.dart +++ b/flutter/lib/desktop/widgets/remote_toolbar.dart @@ -775,6 +775,7 @@ class ScreenAdjustor { } await WindowController.fromWindowId(windowId) .setFrame(Rect.fromLTWH(left, top, width, height)); + stateGlobal.setMaximized(false); } }