From ac20b7f80cd743edbb9b2e48c476677d5cfc14ff Mon Sep 17 00:00:00 2001 From: Le Tan Date: Tue, 1 Apr 2025 21:54:23 +0800 Subject: [PATCH] fix mainwindow flashing issue --- src/widgets/mainwindow.cpp | 2 ++ 1 file changed, 2 insertions(+) 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.