FullscreenUI: Fix scroll reset on resume state popup
This commit is contained in:
parent
135d99ac17
commit
050bda8cd2
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue