Don't set focus for Play choice

This commit is contained in:
Andrey Bondrov 2015-03-01 22:56:57 +10:00
parent 3773d25b2e
commit ba9d0b7665

View File

@ -113,8 +113,6 @@ void GameScreen::CreateViews() {
#ifdef _WIN32
rightColumnItems->Add(new Choice(ga->T("Show In Folder")))->OnClick.Handle(this, &GameScreen::OnShowInFolder);
#endif
UI::SetFocusedView(play);
}
UI::EventReturn GameScreen::OnCreateConfig(UI::EventParams &e)