1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 17:52:10 +02:00

[DownloadManager] Also raise window when showing it.

Closes #937
This commit is contained in:
nowrep 2013-06-11 09:08:26 +02:00
parent f4315304f7
commit c21f2882be

View File

@ -86,6 +86,8 @@ void DownloadManager::show()
m_timer.start(1000 * 2, this);
QWidget::show();
raise();
activateWindow();
}
void DownloadManager::resizeEvent(QResizeEvent* e)