From 71471062eb278301434993a7678578b8533cf914 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Thu, 19 Mar 2009 14:33:22 +0000 Subject: 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(-) (limited to 'apps/gui/gwps.c') diff --git a/apps/gui/gwps.c b/apps/gui/gwps.c index 6d40ef08c2..7bf676263c 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; -- cgit v1.2.3