diff options
| -rw-r--r-- | apps/menu.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/menu.c b/apps/menu.c index ad22047..d1cddcd 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; |