mirror of
https://github.com/stenzek/duckstation.git
synced 2025-07-28 22:01:59 +00:00
FullscreenUI: Fix focus loss with grid/list button
This commit is contained in:
parent
fac47b135a
commit
042930d735
@ -7885,6 +7885,7 @@ void FullscreenUI::DrawGameListWindow()
|
||||
BeginTransition([]() {
|
||||
s_state.game_list_view =
|
||||
(s_state.game_list_view == GameListView::Grid) ? GameListView::List : GameListView::Grid;
|
||||
QueueResetFocus(FocusResetType::ViewChanged);
|
||||
});
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user