mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
The sorting button now gets window focus on launch.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user