diff --git a/src/gui/main.cpp b/src/gui/main.cpp index 7c98801c..ffad6fb3 100644 --- a/src/gui/main.cpp +++ b/src/gui/main.cpp @@ -428,6 +428,8 @@ Launcher::Launcher(const wxChar *title, YAML::Node& settings, Game& game, vector SetBackgroundColour(wxColour(255,255,255)); SetSizerAndFit(buttonBox); SetSize(wxSize(250, 200)); + + SortButton->SetFocus(); } //Called when the frame exits.