summaryrefslogtreecommitdiff
path: root/apps/gui/bitmap/list.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/bitmap/list.c')
-rw-r--r--apps/gui/bitmap/list.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/apps/gui/bitmap/list.c b/apps/gui/bitmap/list.c
index 05a7f066af..3d6028ae23 100644
--- a/apps/gui/bitmap/list.c
+++ b/apps/gui/bitmap/list.c
@@ -800,9 +800,10 @@ unsigned gui_synclist_do_touchscreen(struct gui_synclist * list)
800 } 800 }
801 } 801 }
802 else if (action & BUTTON_REL) 802 else if (action & BUTTON_REL)
803 {
804 scroll_mode = SCROLL_NONE; 803 scroll_mode = SCROLL_NONE;
805 } 804
805 if (scroll_mode == SCROLL_NONE)
806 last_y = 0;
806 break; 807 break;
807 } 808 }
808 case SCROLL_KINETIC: 809 case SCROLL_KINETIC: