mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 21:39:52 +00:00
Focus the contents of popup screens
This commit is contained in:
parent
af35f06390
commit
3d906a1471
@ -163,6 +163,7 @@ void PopupScreen::CreateViews() {
|
||||
box_->Add(title);
|
||||
|
||||
CreatePopupContents(box_);
|
||||
root_->SetDefaultFocusView(box_);
|
||||
|
||||
if (ShowButtons() && !button1_.empty()) {
|
||||
// And the two buttons at the bottom.
|
||||
|
Loading…
Reference in New Issue
Block a user