From b22b0dc1011c61bc1d6dc73215280fb69503c0e8 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Wed, 2 Feb 2011 18:39:04 +0000 Subject: Touchscreen: Fix minor redraw after entering the context menu. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29193 a1c6a512-1295-4272-9138-f99709370657 --- apps/gui/bitmap/list.c | 3 +++ 1 file changed, 3 insertions(+) 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) 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 */ -- cgit v1.2.3