forked from len0rd/rockbox
fix red
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19918 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
08e3ebbf8c
commit
3f879eb6ae
1 changed files with 2 additions and 0 deletions
|
|
@ -387,6 +387,7 @@ bool gui_wps_display(void)
|
||||||
FOR_NB_SCREENS(i)
|
FOR_NB_SCREENS(i)
|
||||||
{
|
{
|
||||||
gui_wps_refresh(&gui_wps[i], 0, WPS_REFRESH_ALL);
|
gui_wps_refresh(&gui_wps[i], 0, WPS_REFRESH_ALL);
|
||||||
|
#ifdef HAVE_LCD_BITMAP
|
||||||
/* temporary work around so the statusbar doesnt disappear when the WPS
|
/* temporary work around so the statusbar doesnt disappear when the WPS
|
||||||
* is first entered. This should be removed when the
|
* is first entered. This should be removed when the
|
||||||
* WPS-statusbar handling is fixed up a bit more */
|
* WPS-statusbar handling is fixed up a bit more */
|
||||||
|
|
@ -395,6 +396,7 @@ bool gui_wps_display(void)
|
||||||
draw = gui_wps[i].data->show_sb_on_wps;
|
draw = gui_wps[i].data->show_sb_on_wps;
|
||||||
if (draw)
|
if (draw)
|
||||||
gui_statusbar_draw(&statusbars.statusbars[i], true);
|
gui_statusbar_draw(&statusbars.statusbars[i], true);
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue