mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 12:39:56 +00:00
Redraw the launcher after doing a mass add
svn-id: r25699
This commit is contained in:
parent
3611cc6b4c
commit
da67fb9de4
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user