summaryrefslogtreecommitdiff
path: root/apps/gui/yesno.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/yesno.c')
-rw-r--r--apps/gui/yesno.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/apps/gui/yesno.c b/apps/gui/yesno.c
index a79b8ae644..c763753cd7 100644
--- a/apps/gui/yesno.c
+++ b/apps/gui/yesno.c
@@ -253,14 +253,15 @@ enum yesno_res gui_syncyesno_run(const struct text_message * main_message,
253 if(result_displayed) 253 if(result_displayed)
254 sleep(HZ); 254 sleep(HZ);
255 255
256 exit:
257 remove_event_ex(GUI_EVENT_NEED_UI_UPDATE, gui_yesno_ui_update, &yn[0]);
258
256 FOR_NB_SCREENS(i) 259 FOR_NB_SCREENS(i)
257 { 260 {
258 screens[i].scroll_stop_viewport(yn[i].vp); 261 screens[i].scroll_stop_viewport(yn[i].vp);
259 viewportmanager_theme_undo(i, true); 262 viewportmanager_theme_undo(i, true);
260 } 263 }
261 264
262 exit:
263 remove_event_ex(GUI_EVENT_NEED_UI_UPDATE, gui_yesno_ui_update, &yn[0]);
264#ifdef HAVE_TOUCHSCREEN 265#ifdef HAVE_TOUCHSCREEN
265 touchscreen_set_mode(old_mode); 266 touchscreen_set_mode(old_mode);
266#endif 267#endif