소스 검색

fix mainwindow flashing issue

Le Tan 6 달 전
부모
커밋
ac20b7f80c
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/widgets/mainwindow.cpp

+ 2 - 0
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.