mirror of https://github.com/stella-emu/stella.git
Match style in surrounding code for FileListWidget.
This commit is contained in:
parent
408e42e328
commit
6d5d6f0144
|
@ -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