Fix yellow
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17696 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e1753de41a
commit
4bbdc5c3a3
1 changed files with 1 additions and 1 deletions
|
@ -343,7 +343,7 @@ unsigned gui_synclist_do_touchpad(struct gui_synclist * gui_list, struct viewpor
|
|||
*/
|
||||
if (y > list_text[SCREEN_MAIN].y)
|
||||
{
|
||||
int i, line_height, actual_y;
|
||||
int line_height, actual_y;
|
||||
|
||||
actual_y = y - list_text[SCREEN_MAIN].y;
|
||||
line_height = font_get(parent->font)->height;
|
||||
|
|
Loading…
Reference in a new issue