forked from len0rd/rockbox
[BUGFIX] gui_synclist move global display settings to list struct
forgot to add the update function to the list_wraparound callback Change-Id: I7ee7940f126726c727344d7d09371f1bf3295c81
This commit is contained in:
parent
1c3f6e063a
commit
002575dbcf
1 changed files with 1 additions and 0 deletions
|
|
@ -360,6 +360,7 @@ static int listwraparound_callback(int action,
|
|||
{
|
||||
case ACTION_EXIT_MENUITEM:
|
||||
gui_synclist_limit_scroll(this_list, !global_settings.list_wraparound);
|
||||
gui_synclist_init_display_settings(this_list);
|
||||
break;
|
||||
}
|
||||
return action;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue