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