From 45445315851470f29c714cd64dfb135f5baedd72 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Thu, 15 Jan 2009 06:24:58 +0000 Subject: redraw the lists once before going into the button loop to make things look more responsive git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19773 a1c6a512-1295-4272-9138-f99709370657 --- apps/tree.c | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/tree.c b/apps/tree.c index 37078d4..1f0b78b 100644 --- a/apps/tree.c +++ b/apps/tree.c @@ -633,6 +633,7 @@ static int dirbrowse() return GO_TO_PREVIOUS; /* No files found for rockbox_browser() */ } + gui_synclist_draw(&tree_lists); while(1) { struct entry *dircache = tc.dircache; bool restore = false; -- cgit v1.1