summaryrefslogtreecommitdiff
path: root/apps/plugins/star.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/star.c')
-rw-r--r--apps/plugins/star.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/star.c b/apps/plugins/star.c
index b419d965c5..23bfd3ceef 100644
--- a/apps/plugins/star.c
+++ b/apps/plugins/star.c
@@ -995,7 +995,7 @@ static int star_menu(void)
995 rb->viewport_set_defaults(&vp[selection], selection); 995 rb->viewport_set_defaults(&vp[selection], selection);
996 /* we are hiding the statusbar so fix the height also */ 996 /* we are hiding the statusbar so fix the height also */
997 vp[selection].y = 0; 997 vp[selection].y = 0;
998 vp[selection].height = rb->screens[selection]->height; 998 vp[selection].height = rb->screens[selection]->lcdheight;
999#if LCD_DEPTH > 1 999#if LCD_DEPTH > 1
1000 if (rb->screens[selection]->depth > 1) 1000 if (rb->screens[selection]->depth > 1)
1001 { 1001 {