Fix red on monochrome.
Change-Id: Ice40c81d0d07f7ec2014697e4de446dcb956afe8
This commit is contained in:
parent
fbc69810c8
commit
8142c68bd2
1 changed files with 2 additions and 0 deletions
|
@ -181,9 +181,11 @@ void settings_apply_skins(void)
|
|||
}
|
||||
}
|
||||
first_run = false;
|
||||
#ifdef HAVE_BACKDROP_IMAGE
|
||||
/* any backdrop that was loaded with "-" has to be reloaded because
|
||||
* the setting may have changed */
|
||||
skin_backdrop_load_setting();
|
||||
#endif
|
||||
viewportmanager_theme_changed(THEME_STATUSBAR);
|
||||
#ifdef HAVE_BACKDROP_IMAGE
|
||||
FOR_NB_SCREENS(i)
|
||||
|
|
Loading…
Reference in a new issue