Activate download window when starting a download.

Fixes #9575.
This commit is contained in:
Adrien Destugues 2014-04-22 11:19:08 +02:00
parent de3e2b5186
commit 976bc77c7c
1 changed files with 2 additions and 0 deletions

View File

@ -406,6 +406,8 @@ DownloadWindow::_DownloadStarted(BWebDownload* download)
SetWorkspaces(B_CURRENT_WORKSPACE);
if (IsHidden())
Show();
Activate(true);
}