From e8ae70a3829d6b43846dc9f3585fedec883dc386 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Tue, 26 Jan 2010 21:29:08 +0000 Subject: Fix wps showing parts of the main backdrop in some circumstances. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24336 a1c6a512-1295-4272-9138-f99709370657 --- apps/gui/wps.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'apps') diff --git a/apps/gui/wps.c b/apps/gui/wps.c index a5394981ae..cb73e6f92c 100644 --- a/apps/gui/wps.c +++ b/apps/gui/wps.c @@ -612,8 +612,12 @@ static void gwps_enter_wps(void) } #endif display->backdrop_show(BACKDROP_SKIN_WPS); + /* make the backdrop actually take effect */ + display->clear_display(); skin_update(gwps, WPS_REFRESH_ALL); } + /* force statusbar/skin update since we just cleared the whole screen */ + send_event(GUI_EVENT_ACTIONUPDATE, (void*)1); } #ifdef HAVE_TOUCHSCREEN -- cgit v1.2.3