From 4d018cd7e5ccb0e0bbcf9e53ab5ea9145ffabc00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Rydg=C3=A5rd?= Date: Tue, 14 Jul 2026 15:44:17 +0200 Subject: [PATCH] Fix back behavior in GameScreen Fixes #21884 --- UI/GameScreen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UI/GameScreen.cpp b/UI/GameScreen.cpp index 068c603c84..d7c55d218c 100644 --- a/UI/GameScreen.cpp +++ b/UI/GameScreen.cpp @@ -181,7 +181,7 @@ template std::string int2hexstr(I w, size_t hex_len = sizeof(I) << } void GameScreen::update() { - UIScreen::update(); + UITwoPaneBaseDialogScreen::update(); GameInfoFlags hasFlags; g_gameInfoCache->GetInfo(NULL, gamePath_, g_desiredFlags, &hasFlags);