Fixed the restoration of geometry when user closed maximized window
This commit is contained in:
@@ -739,6 +739,7 @@ LayoutSaver::MainWindow MainWindowBase::serialize() const
|
||||
|
||||
m.options = options();
|
||||
m.geometry = windowGeometry();
|
||||
m.normalGeometry = normalGeometry();
|
||||
m.isVisible = isVisible();
|
||||
m.uniqueName = uniqueName();
|
||||
m.screenIndex = screenNumberForWidget(this);
|
||||
|
||||
Reference in New Issue
Block a user