root_menu: fix skin glitch when rebuilding tagcache
rockbox-gerrit-noreply--- via rockbox-cvs <[email protected]> Sun, 31 May 2026 11:50:11 -0400
| Newsgroups | gmane.comp.systems.archos.rockbox.cvs |
|---|---|
| Message-ID | <[email protected]> |
commit 16900c7feeac37d90294da0d02bf1e54a98d0855 Author: Christian Soffke <[email protected]> Date: Sun May 31 16:13:28 2026 +0200 root_menu: fix skin glitch when rebuilding tagcache Only clear the UI vp instead of the whole display Change-Id: Iab39094184a6749df743af268a4d9923cb18a73a diff --git a/apps/root_menu.c b/apps/root_menu.c index f0553e24d4..5214a7226a 100644 --- a/apps/root_menu.c +++ b/apps/root_menu.c @@ -212,8 +212,7 @@ static int browser(void* param) static const struct text_message message={lines, 2}; if(gui_syncyesno_run(&message, NULL, NULL) == YESNO_NO) break; - FOR_NB_SCREENS(i) - screens[i].clear_display(); + clear_screen_buffer(false); /* Start initialisation */ tagcache_rebuild(); -- rockbox-cvs mailing list [email protected] https://lists.haxx.se/mailman/listinfo/rockbox-cvs