summaryrefslogtreecommitdiff
path: root/apps/tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tree.c')
-rw-r--r--apps/tree.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/tree.c b/apps/tree.c
index db39e838ad..d932094d44 100644
--- a/apps/tree.c
+++ b/apps/tree.c
@@ -305,6 +305,9 @@ void tree_gui_init(void)
305/* drawer function for the GUI_EVENT_REDRAW callback */ 305/* drawer function for the GUI_EVENT_REDRAW callback */
306void tree_drawlists(void) 306void tree_drawlists(void)
307{ 307{
308 /* band-aid to fix the bar/list redrawing properly after leaving a plugin */
309 send_event(GUI_EVENT_THEME_CHANGED, NULL);
310 /* end bandaid */
308 gui_synclist_draw(&tree_lists); 311 gui_synclist_draw(&tree_lists);
309} 312}
310 313