Skip to content

Commit

Permalink
Match style in surrounding code for FileListWidget.
Browse files Browse the repository at this point in the history
  • Loading branch information
sa666666 committed Oct 19, 2024
1 parent 408e42e commit 6d5d6f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/LauncherDialog.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6d5d6f0

Please sign in to comment.