From eb1f59afbde4cf2ef64398c7ce8d448782c65fd8 Mon Sep 17 00:00:00 2001 From: elasota Date: Sat, 24 Oct 2020 23:49:51 -0400 Subject: [PATCH] Fix touch screen controls lingering on resolution change while in a sub-UI --- GpApp/MainMenuUI.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/GpApp/MainMenuUI.cpp b/GpApp/MainMenuUI.cpp index 8efb299..46d366d 100644 --- a/GpApp/MainMenuUI.cpp +++ b/GpApp/MainMenuUI.cpp @@ -280,6 +280,8 @@ static void DismissMainMenuUIPage() Delay(1, nullptr); } + + DismissMainMenuUI(); }