forked from len0rd/rockbox
fix red
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18442 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
3c1e9ca558
commit
3d0f01c0f7
1 changed files with 2 additions and 2 deletions
|
|
@ -375,7 +375,7 @@ static int touchscreen_slider(struct rgb_pick *rgb, int *selected_slider)
|
|||
return ACTION_STD_CANCEL;
|
||||
}
|
||||
y -= text_top;
|
||||
pressed_slider = y/display->char_height;
|
||||
pressed_slider = y/display->getcharheight();
|
||||
if (pressed_slider > (display_three_rows?2:0))
|
||||
{
|
||||
if (button == BUTTON_REL)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue