diff options
Diffstat (limited to 'gui/gui.cpp')
-rw-r--r-- | gui/gui.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/gui.cpp b/gui/gui.cpp index a5ac33e86..31b61be6d 100644 --- a/gui/gui.cpp +++ b/gui/gui.cpp @@ -663,6 +663,8 @@ static int runPages(const char *page_name, const int stop_on_page_done) int ret = PageManager::Update(); if (ret == 0) ++idle_frames; + else if (ret == -2) + break; // Theme reload failure else idle_frames = 0; // due to possible animation objects, we need to delay activating the input timeout |