mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
crappy band-aid fix for statusbar being screwed after leaving plugins...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23720 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
3034d9f95a
commit
d86fe9fa4e
1 changed files with 3 additions and 0 deletions
|
@ -305,6 +305,9 @@ void tree_gui_init(void)
|
|||
/* drawer function for the GUI_EVENT_REDRAW callback */
|
||||
void tree_drawlists(void)
|
||||
{
|
||||
/* band-aid to fix the bar/list redrawing properly after leaving a plugin */
|
||||
send_event(GUI_EVENT_THEME_CHANGED, NULL);
|
||||
/* end bandaid */
|
||||
gui_synclist_draw(&tree_lists);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue