And also redraw the statusbar after resetting the colors.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22742 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thomas Martitz 2009-09-19 23:37:54 +00:00
parent ec0f581c05
commit 33530ffb6a

View file

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