mirror of https://github.com/stella-emu/stella.git
Fixed double backspace action in launcher
This commit is contained in:
parent
e3f7979fd9
commit
1aa11150c6
|
@ -327,7 +327,8 @@ void FileListWidget::handleCommand(CommandSender* sender, int cmd, int data, int
|
|||
{
|
||||
case ListWidget::kParentDirCmd:
|
||||
selectParent();
|
||||
break;
|
||||
// Do not let the boss know
|
||||
return;
|
||||
|
||||
case ListWidget::kSelectionChangedCmd:
|
||||
_selected = data;
|
||||
|
|
Loading…
Reference in New Issue