Touchscreen: Fix minor redraw after entering the context menu.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29193 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
430ada0864
commit
b22b0dc101
1 changed files with 3 additions and 0 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue