diff options
Diffstat (limited to 'apps/gui/bitmap/list.c')
| -rw-r--r-- | apps/gui/bitmap/list.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/gui/bitmap/list.c b/apps/gui/bitmap/list.c index 2050043..7ad59b9 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) gui_list->selected_item = list_start_item+line; gui_synclist_speak_item(gui_list); if (last_position == 0) + { + redraw = true; last_position = actual_y; + } else { /* record speed data in case we do kinetic scrolling */ |