diff --git a/src/widgets/mainwindow.cpp b/src/widgets/mainwindow.cpp index db23ade9..10bb559e 100644 --- a/src/widgets/mainwindow.cpp +++ b/src/widgets/mainwindow.cpp @@ -75,6 +75,8 @@ MainWindow::MainWindow(QWidget *p_parent) setupShortcuts(); + loadStateAndGeometry(); + m_dockWidgetHelper.postSetup(); // The signal is particularly useful if your application has to do some last-second cleanup.