From 251b63da05b03c6f8a715b963312ff089e9ebb0d Mon Sep 17 00:00:00 2001 From: kugel Date: Sat, 19 Sep 2009 23:37:54 +0000 Subject: [PATCH] And also redraw the statusbar after resetting the colors. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22742 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 3459e1d08..a0e4f0287 100644 --- a/apps/menus/theme_menu.c +++ b/apps/menus/theme_menu.c @@ -109,6 +109,7 @@ static int reset_color(void) settings_save(); settings_apply(false); + send_event(GUI_EVENT_ACTIONUPDATE, (void*)true); return 0; } MENUITEM_FUNCTION(set_bg_col, MENU_FUNC_USEPARAM, ID2P(LANG_BACKGROUND_COLOR), -- 2.11.4.GIT