mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-07-10 13:29:52 -04:00
gui: list-skinned: fix scrollbar lag
The skin engine is responsible for drawing custom scroll bars, but isn't kept in sync with list redraws. Change-Id: Ieb457a4eb8442d4521c67a46a94c4d2132814c64
This commit is contained in:
parent
c0a8303a9c
commit
edecad823e
1 changed files with 1 additions and 0 deletions
|
|
@ -282,5 +282,6 @@ bool skinlist_draw(struct screen *display, struct gui_synclist *list)
|
|||
current_column = -1;
|
||||
current_row = -1;
|
||||
current_drawing_line = list->selected_item;
|
||||
sb_skin_force_next_update(); /* update scroll bar */
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue