diff options
-rw-r--r-- | gui/launcher.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gui/launcher.cpp b/gui/launcher.cpp index 0c0c1649fb..3ad3ac615c 100644 --- a/gui/launcher.cpp +++ b/gui/launcher.cpp @@ -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; } |