From 8d453ae9c3beef82bd61401af6216f74a400cbd0 Mon Sep 17 00:00:00 2001 From: Christian Soffke Date: Mon, 20 Dec 2021 20:12:03 +0100 Subject: 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 --- apps/onplay.c | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/onplay.c') diff --git a/apps/onplay.c b/apps/onplay.c index 61ef8acad5..ee183450fa 100644 --- a/apps/onplay.c +++ b/apps/onplay.c @@ -425,6 +425,7 @@ static bool playing_time(void) if (global_settings.talk_menu) gui_synclist_set_voice_callback(&pt_lists, playing_time_speak_info); gui_synclist_set_nb_items(&pt_lists, 8); + gui_synclist_set_title(&pt_lists, str(LANG_PLAYING_TIME), NOICON); gui_synclist_draw(&pt_lists); gui_synclist_speak_item(&pt_lists); while (true) { -- cgit v1.2.3