mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-07-10 13:29:52 -04:00
root_menu: fix skin glitch when rebuilding tagcache
Only clear the UI vp instead of the whole display Change-Id: Iab39094184a6749df743af268a4d9923cb18a73a
This commit is contained in:
parent
892fbe8d8f
commit
16900c7fee
1 changed files with 1 additions and 2 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue