mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Fix glitches with custom list title viewports
Elements were not being drawn correctly or title text appeared delayed in several places when using themes with a custom viewport for list titles. E.g.: - after deleting a shortcut - when returning from a warning screen in Playlist Viewer - returning to some Settings screens - in "Playing time" screen Change-Id: I8ab07a31d4b6f290e089ecd7857f43ec195a06e0
This commit is contained in:
parent
04cbb3c7e4
commit
8d453ae9c3
4 changed files with 9 additions and 0 deletions
|
@ -738,6 +738,8 @@ int do_menu(const struct menu_item_ex *start_menu, int *start_selected,
|
|||
if (menu_callback(ACTION_REDRAW, menu, &lists) != ACTION_REDRAW)
|
||||
continue;
|
||||
|
||||
|
||||
gui_synclist_set_title(&lists, lists.title, lists.title_icon);
|
||||
gui_synclist_draw(&lists);
|
||||
gui_synclist_speak_item(&lists);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue