mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Set As Backdrop: Ensure whole skin is updated
Only parts of the skin were updated after selecting a new backdrop Change-Id: Ib2f2146636907e5bf228e7e5ed9c7f650e56fa47
This commit is contained in:
parent
bc035803ba
commit
8ecff409da
1 changed files with 1 additions and 0 deletions
|
@ -912,6 +912,7 @@ static bool set_backdrop(void)
|
||||||
sizeof(global_settings.backdrop_file));
|
sizeof(global_settings.backdrop_file));
|
||||||
|
|
||||||
skin_backdrop_load_setting();
|
skin_backdrop_load_setting();
|
||||||
|
viewportmanager_theme_changed(THEME_STATUSBAR);
|
||||||
skin_backdrop_show(sb_get_backdrop(SCREEN_MAIN));
|
skin_backdrop_show(sb_get_backdrop(SCREEN_MAIN));
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue