mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-22 16:37:21 -06:00
Don't initialize Properties widget size until window is shown
PR #19328. Closes #19322.
This commit is contained in:
committed by
GitHub
parent
9171b73edb
commit
4a217dc42f
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user