From dac623157471d95c872eae9cdd40e7338f6f0492 Mon Sep 17 00:00:00 2001 From: tildearrow Date: Tue, 19 Apr 2022 21:55:23 -0500 Subject: [PATCH] GUI: fix about screen in power saving mode --- src/gui/about.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gui/about.cpp b/src/gui/about.cpp index c15f3268c..ce543f5f4 100644 --- a/src/gui/about.cpp +++ b/src/gui/about.cpp @@ -214,6 +214,8 @@ void FurnaceGUI::drawAbout() { while (aboutHue>1) aboutHue--; while (aboutSin>=2400) aboutSin-=2400; if (aboutScroll>(42*aboutCount+scrH)) aboutScroll=-20; + + WAKE_UP; } if (ImGui::IsWindowFocused(ImGuiFocusedFlags_ChildWindows)) curWindow=GUI_WINDOW_ABOUT; ImGui::End();