Don't initialize Properties widget size until window is shown

PR #19328.
Closes #19322.
This commit is contained in:
Vladimir Golovnev
2023-07-18 15:06:27 +03:00
committed by GitHub
parent 9171b73edb
commit 4a217dc42f
2 changed files with 7 additions and 2 deletions

View File

@@ -202,6 +202,7 @@ private:
QFileSystemWatcher *m_executableWatcher = nullptr;
// GUI related
bool m_posInitialized = false;
bool m_neverShown = true;
QPointer<QTabWidget> m_tabs;
QPointer<StatusBar> m_statusBar;
QPointer<OptionsDialog> m_options;