mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-23 05:02:46 +00:00
Fix the navigation pointer when clicking tabs in glui
This commit is contained in:
parent
e67b6d4b3c
commit
51adb3ff78
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user