From 39be5ff9ffffe8952396a919fc65a4e324fb888d Mon Sep 17 00:00:00 2001 From: Maurus Cuelenaere Date: Thu, 12 Feb 2009 15:58:55 +0000 Subject: Touchscreen devices: make scrolling up work better git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19989 a1c6a512-1295-4272-9138-f99709370657 --- apps/gui/bitmap/list.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/gui/bitmap/list.c b/apps/gui/bitmap/list.c index f94a950091..231c990bab 100644 --- a/apps/gui/bitmap/list.c +++ b/apps/gui/bitmap/list.c @@ -301,7 +301,7 @@ unsigned gui_synclist_do_touchscreen(struct gui_synclist * gui_list) return ACTION_NONE; if (x list_text[screen].y) + if (y > list_text[screen].y || button & BUTTON_REPEAT) { int line_height, actual_y; static int last_y = 0; -- cgit v1.2.3