(menu_entries.c) do menu_build_scroll_indices always at the end

of the menu_parse_and_resolve function
This commit is contained in:
twinaphex 2014-09-11 06:20:10 +02:00
parent 088f8c2497
commit 35dd24654f

View File

@ -829,8 +829,7 @@ int menu_parse_and_resolve(file_list_t *list, file_list_t *menu_list)
}
driver.menu->scroll_indices_size = 0;
if (strcmp(label, "history_list") != 0)
menu_build_scroll_indices(list);
menu_build_scroll_indices(list);
entries_refresh(list);