1
0
Fork 0
forked from len0rd/rockbox

Adjust menu scrollbar height to the actual text height. Idea taken from patch #1306243 by Stephan Wezel.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7598 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jens Arnold 2005-10-08 07:38:44 +00:00
parent 13fcd68285
commit 1a4083d828

View file

@ -156,6 +156,7 @@ void menu_draw(int m)
#endif
menu_lines = height / fh;
height = menu_lines * fh;
#else
int menu_lines = MENU_LINES;