1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Thomas Martitz 2010-01-26 21:29:08 +00:00
parent 5629d551d7
commit e8ae70a382

View file

@ -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