The sorting button now gets window focus on launch.

This commit is contained in:
WrinklyNinja
2013-09-20 10:18:54 +01:00
parent 3995dc439c
commit 2d4ecb80ec
+2
View File
@@ -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.