mirror of https://github.com/stella-emu/stella.git
Merge branch 'master' of https://github.com/stella-emu/stella
This commit is contained in:
commit
62ca90a784
|
@ -1018,7 +1018,7 @@ void LauncherDialog::handleCommand(CommandSender* sender, int cmd,
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case ListWidget::kParentDirCmd:
|
case ListWidget::kParentDirCmd:
|
||||||
myList->sendCommand(ListWidget::kParentDirCmd, 0, 0);
|
myList->selectParent();
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case kOptionsCmd:
|
case kOptionsCmd:
|
||||||
|
|
Loading…
Reference in New Issue