浏览代码

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();
     setupShortcuts();
 
 
+    loadStateAndGeometry();
+
     m_dockWidgetHelper.postSetup();
     m_dockWidgetHelper.postSetup();
 
 
     // The signal is particularly useful if your application has to do some last-second cleanup.
     // The signal is particularly useful if your application has to do some last-second cleanup.