mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
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:
parent
ec0f581c05
commit
33530ffb6a
1 changed files with 1 additions and 0 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue