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:
parent
5629d551d7
commit
e8ae70a382
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue