Fix the navigation pointer when clicking tabs in glui

This commit is contained in:
Jean-André Santoni 2017-05-29 02:50:13 +02:00
parent e67b6d4b3c
commit 51adb3ff78

View File

@ -27,6 +27,7 @@ static int deferred_push_content_list(void *data, void *userdata,
const char *label, unsigned type)
{
file_list_t *selection_buf = menu_entries_get_selection_buf_ptr(0);
menu_navigation_set_selection(0);
return action_refresh_default((file_list_t*)data, selection_buf);
}