summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/tree.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/tree.c b/apps/tree.c
index 196839f055..fc54b06f33 100644
--- a/apps/tree.c
+++ b/apps/tree.c
@@ -638,6 +638,7 @@ static int dirbrowse(void)
638 return GO_TO_PREVIOUS; /* No files found for rockbox_browse() */ 638 return GO_TO_PREVIOUS; /* No files found for rockbox_browse() */
639 } 639 }
640 640
641 send_event(GUI_EVENT_ACTIONUPDATE, (void*)1); /* force a redraw */
641 gui_synclist_draw(&tree_lists); 642 gui_synclist_draw(&tree_lists);
642 while(1) { 643 while(1) {
643 bool restore = false; 644 bool restore = false;