From 8986bb8b8180c2a6bae87712b83c9540f7f650e3 Mon Sep 17 00:00:00 2001 From: Buschel Date: Sat, 12 Jun 2010 20:50:45 +0000 Subject: [PATCH] Fix FS#111395. Call settings_apply_skins() after changing theme colours. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26821 a1c6a512-1295-4272-9138-f99709370657 --- apps/menus/theme_menu.c | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/menus/theme_menu.c b/apps/menus/theme_menu.c index f2a1cd2f1..f8fb06b22 100644 --- a/apps/menus/theme_menu.c +++ b/apps/menus/theme_menu.c @@ -97,6 +97,7 @@ static int set_color_func(void* color) colors[c].setting, banned_color); settings_save(); settings_apply(false); + settings_apply_skins(); return res; } -- 2.11.4.GIT