Fix red on monochrome.

Change-Id: Ice40c81d0d07f7ec2014697e4de446dcb956afe8
This commit is contained in:
Thomas Martitz 2014-01-22 17:31:24 +01:00
parent fbc69810c8
commit 8142c68bd2

View file

@ -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)