Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/stella-emu/stella
Browse files Browse the repository at this point in the history
  • Loading branch information
thrust26 committed Oct 20, 2024
2 parents 356e61f + 6d5d6f0 commit 62ca90a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/LauncherDialog.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -1018,7 +1018,7 @@ void LauncherDialog::handleCommand(CommandSender* sender, int cmd,
break;

case ListWidget::kParentDirCmd:
myList->sendCommand(ListWidget::kParentDirCmd, 0, 0);
myList->selectParent();
break;

case kOptionsCmd:
Expand Down

0 comments on commit 62ca90a

Please sign in to comment.