From 33530ffb6a74e2387e1cd5f7892438c1425f5566 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Sat, 19 Sep 2009 23:37:54 +0000 Subject: 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(+) (limited to 'apps/menus/theme_menu.c') diff --git a/apps/menus/theme_menu.c b/apps/menus/theme_menu.c index 3459e1d085..a0e4f02871 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), -- cgit v1.2.3