Skip to content

Commit ac20b7f

Browse files
committed
fix mainwindow flashing issue
1 parent b462337 commit ac20b7f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/widgets/mainwindow.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ MainWindow::MainWindow(QWidget *p_parent)
7575

7676
setupShortcuts();
7777

78+
loadStateAndGeometry();
79+
7880
m_dockWidgetHelper.postSetup();
7981

8082
// The signal is particularly useful if your application has to do some last-second cleanup.

0 commit comments

Comments
 (0)