mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Merge pull request #7543 from Pulfer/focus-bug
Don't set focus for Play choice
This commit is contained in:
commit
17cc23e48d
1 changed files with 0 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue