Redraw the launcher after doing a mass add

svn-id: r25699
This commit is contained in:
Max Horn 2007-02-18 18:36:21 +00:00
parent 3611cc6b4c
commit da67fb9de4

View File

@ -616,6 +616,10 @@ void LauncherDialog::addGame() {
if (alert.runModal() == GUI::kMessageOK && _browser->runModal() > 0) {
MassAddDialog massAddDlg(_browser->getResult());
massAddDlg.runModal();
// Update the ListWidget and force a redraw
updateListing();
draw();
}
return;
}