mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-05-12 11:43:16 -04:00
skin: custom scrollbar: fix OBOE
Change-Id: I0eb7463c39970c78321d53a51a61f463858dac4e
This commit is contained in:
parent
5bbf1c8e5b
commit
6cf705886d
1 changed files with 1 additions and 1 deletions
|
|
@ -163,7 +163,7 @@ void skinlist_get_scrollbar(int* nb_item, int* first_shown, int* last_shown)
|
|||
{
|
||||
*nb_item = current_item;
|
||||
*first_shown = 0;
|
||||
*last_shown = current_nbitems;
|
||||
*last_shown = current_nbitems - 1;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue