WebPositive: Ensure the downloads window is onscreen.

Fixes #12704.
This commit is contained in:
Augustin Cavalier 2016-07-29 19:58:18 -04:00
parent a055d42d5b
commit c397198f33

View File

@ -182,6 +182,7 @@ DownloadWindow::DownloadWindow(BRect frame, bool visible,
if (!visible)
Hide();
Show();
MoveOnScreen(B_MOVE_IF_PARTIALLY_OFFSCREEN);
}