Skip to content

Commit

Permalink
FullscreenUI: Fix scroll reset on resume state popup
Browse files Browse the repository at this point in the history
  • Loading branch information
stenzek committed Jan 14, 2025
1 parent 135d99a commit 050bda8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/fullscreen_ui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7058,6 +7058,7 @@ void FullscreenUI::DrawResumeStateSelector()

ImGui::SetCursorPosY(ImGui::GetCursorPosY() + image_height + LayoutScale(40.0f));

ResetFocusHere();
BeginMenuButtons();

if (ActiveButton(FSUI_ICONSTR(ICON_FA_PLAY, "Load State"), false))
Expand Down

0 comments on commit 050bda8

Please sign in to comment.