forked from len0rd/rockbox
Don't stop scrolling for the whole display, but only in the actual list parent viewport.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22610 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
36ae569532
commit
af2dcbb8e1
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ void list_draw(struct screen *display, struct gui_synclist *list)
|
|||
line_height = font_get(parent->font)->height;
|
||||
display->set_viewport(parent);
|
||||
display->clear_viewport();
|
||||
display->stop_scroll();
|
||||
display->scroll_stop(parent);
|
||||
list_text[screen] = *parent;
|
||||
if ((show_title = draw_title(display, list)))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue