summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/gui/bitmap/list.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/gui/bitmap/list.c b/apps/gui/bitmap/list.c
index 2050043787..7ad59b979b 100644
--- a/apps/gui/bitmap/list.c
+++ b/apps/gui/bitmap/list.c
@@ -798,7 +798,10 @@ unsigned gui_synclist_do_touchscreen(struct gui_synclist * gui_list)
798 gui_list->selected_item = list_start_item+line; 798 gui_list->selected_item = list_start_item+line;
799 gui_synclist_speak_item(gui_list); 799 gui_synclist_speak_item(gui_list);
800 if (last_position == 0) 800 if (last_position == 0)
801 {
802 redraw = true;
801 last_position = actual_y; 803 last_position = actual_y;
804 }
802 else 805 else
803 { 806 {
804 /* record speed data in case we do kinetic scrolling */ 807 /* record speed data in case we do kinetic scrolling */