From bdb5b95d6e317335a2f8b9ccca49710fe80a7d7b Mon Sep 17 00:00:00 2001 From: kugel Date: Thu, 19 Mar 2009 14:33:22 +0000 Subject: [PATCH] Move gwps_leave_wps() a bit down, so that the menu-statusbars are showing in sync with the rest of the followin screen. It was shown noticeably earlier, particularly if the fade on stop is on. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20355 a1c6a512-1295-4272-9138-f99709370657 --- apps/gui/gwps.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/gui/gwps.c b/apps/gui/gwps.c index 6d40ef08c..7bf676263 100644 --- a/apps/gui/gwps.c +++ b/apps/gui/gwps.c @@ -700,7 +700,6 @@ long gui_wps_show(void) } if (exit) { - gwps_leave_wps(); #ifdef HAVE_LCD_CHARCELLS status_set_record(false); status_set_audio(false); @@ -716,6 +715,7 @@ long gui_wps_show(void) #ifdef AB_REPEAT_ENABLE ab_reset_markers(); #endif + gwps_leave_wps(); #ifdef HAVE_RECORDING if (button == ACTION_WPS_REC) return GO_TO_RECSCREEN; -- 2.11.4.GIT