diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-12-02 16:59:30 -0500 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-12-02 16:59:30 -0500 |
| commit | 8fb970faa38d808a84b1a5359462f39efbe2b37b (patch) | |
| tree | f9bd3d537349ee8ffba7850599bc09c2116fbced /src/organizercore.cpp | |
| parent | d5a4077a4396058a9f79339dba0c29c4b742b60f (diff) | |
fixed crash when starting multiple downloads with dialog boxes opened
fixed download manager dialog boxes not having a parent
Diffstat (limited to 'src/organizercore.cpp')
| -rw-r--r-- | src/organizercore.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/organizercore.cpp b/src/organizercore.cpp index c585ba09..55cb82ff 100644 --- a/src/organizercore.cpp +++ b/src/organizercore.cpp @@ -251,6 +251,7 @@ void OrganizerCore::setUserInterface(IUserInterface* ui) m_InstallationManager.setParentWidget(w); m_Updater.setUserInterface(w); m_UILocker.setUserInterface(w); + m_DownloadManager.setParentWidget(w); checkForUpdates(); } |
