forked from len0rd/rockbox
fix star.c (FS#8998)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17567 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
faceafc411
commit
476d28963d
1 changed files with 2 additions and 1 deletions
|
@ -992,7 +992,8 @@ static int star_menu(void)
|
||||||
{
|
{
|
||||||
rb->viewport_set_defaults(&vp[selection], selection);
|
rb->viewport_set_defaults(&vp[selection], selection);
|
||||||
/* we are hiding the statusbar so fix the height also */
|
/* we are hiding the statusbar so fix the height also */
|
||||||
vp->y = 0; vp->height = rb->screens[selection]->height;
|
vp[selection].y = 0;
|
||||||
|
vp[selection].height = rb->screens[selection]->height;
|
||||||
#if LCD_DEPTH > 1
|
#if LCD_DEPTH > 1
|
||||||
if (rb->screens[selection]->depth > 1)
|
if (rb->screens[selection]->depth > 1)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue