summaryrefslogtreecommitdiff
path: root/apps/tree.c
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2009-01-15 06:24:58 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2009-01-15 06:24:58 +0000
commit45445315851470f29c714cd64dfb135f5baedd72 (patch)
tree9b7d969f714a2529b7c929bc0d47d3004e522947 /apps/tree.c
parente0a0c9849ee8e743b5293e8fa99b92e73e2eab08 (diff)
downloadrockbox-45445315851470f29c714cd64dfb135f5baedd72.zip
rockbox-45445315851470f29c714cd64dfb135f5baedd72.tar.gz
rockbox-45445315851470f29c714cd64dfb135f5baedd72.tar.bz2
rockbox-45445315851470f29c714cd64dfb135f5baedd72.tar.xz
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
Diffstat (limited to 'apps/tree.c')
-rw-r--r--apps/tree.c1
1 files changed, 1 insertions, 0 deletions
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;