Fixed the restoration of geometry when user closed maximized window

This commit is contained in:
Eism
2021-12-21 15:32:43 +02:00
committed by Sergio Martins
parent 29b1a434c4
commit 336f1146d3
7 changed files with 84 additions and 29 deletions

View File

@@ -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);