mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
Fix the statusbar to redraw after changing colors in the color picker screen.
That send_event() should be within settings_apply() actually, but making that work is more involved, so it should be done after the release. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22741 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
dad3f29993
commit
ec0f581c05
1 changed files with 1 additions and 0 deletions
|
@ -95,6 +95,7 @@ static int set_color_func(void* color)
|
||||||
colors[c].setting, banned_color);
|
colors[c].setting, banned_color);
|
||||||
settings_save();
|
settings_save();
|
||||||
settings_apply(false);
|
settings_apply(false);
|
||||||
|
send_event(GUI_EVENT_ACTIONUPDATE, (void*)true);
|
||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue