fix mainwindow flashing issue

This commit is contained in:
Le Tan 2025-04-01 21:54:23 +08:00
parent b462337824
commit ac20b7f80c

View File

@ -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.