1
0
Fork 0
forked from len0rd/rockbox

Forgot to add the call too gwps_fix_statusbars(), fixes yellow too.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20662 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thomas Martitz 2009-04-08 17:31:29 +00:00
parent 1d52b72952
commit 3eaefa65b7

View file

@ -676,6 +676,7 @@ long gui_wps_show(void)
{
restore = false;
restoretimer = RESTORE_WPS_INSTANTLY;
gwps_fix_statusbars();
FOR_NB_SCREENS(i)
{
screens[i].stop_scroll();