mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
Fix displaying entry after renaming (#17072)
This commit is contained in:
parent
4d999c24a8
commit
c84962a5e8
@ -3241,6 +3241,9 @@ static void menu_input_st_string_cb_rename_entry(void *userdata,
|
||||
* so these casts are safe */
|
||||
entry.label = (char*)label;
|
||||
command_playlist_update_write(NULL, idx, &entry);
|
||||
|
||||
menu_st->flags |= MENU_ST_FLAG_ENTRIES_NEED_REFRESH
|
||||
| MENU_ST_FLAG_PREVENT_POPULATE;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user