Match style in surrounding code for FileListWidget.

This commit is contained in:
Stephen Anthony 2024-10-19 16:54:47 -02:30
parent 408e42e328
commit 6d5d6f0144
1 changed files with 1 additions and 1 deletions

View File

@ -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: