summaryrefslogtreecommitdiff
path: root/apps/menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/menu.c')
-rw-r--r--apps/menu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/menu.c b/apps/menu.c
index ad22047b9d..d1cddcd796 100644
--- a/apps/menu.c
+++ b/apps/menu.c
@@ -156,6 +156,7 @@ void menu_draw(int m)
#endif
menu_lines = height / fh;
+ height = menu_lines * fh;
#else
int menu_lines = MENU_LINES;