1
0
Fork 0
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:
William Wilgus 2022-04-18 23:06:13 -04:00 committed by William Wilgus
parent 1c3f6e063a
commit 002575dbcf

View file

@ -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;