mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
Explicitly disable hiding the selection bar by default.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28146 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ac08e6942a
commit
e5d43300af
1 changed files with 1 additions and 0 deletions
|
@ -155,6 +155,7 @@ void gui_synclist_init(struct gui_synclist * gui_list,
|
|||
gui_list->callback_speak_item = NULL;
|
||||
gui_list->nb_items = 0;
|
||||
gui_list->selected_item = 0;
|
||||
gui_list->hide_selection = false;
|
||||
FOR_NB_SCREENS(i)
|
||||
{
|
||||
gui_list->start_item[i] = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue