From 3d762e9728c770e54dfeb5e81250282b51a59f61 Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Wed, 12 Jun 2002 08:06:13 +0000 Subject: Fixed scroll screen garbage bug git-svn-id: svn://svn.rockbox.org/rockbox/trunk@970 a1c6a512-1295-4272-9138-f99709370657 --- apps/tree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/tree.c') diff --git a/apps/tree.c b/apps/tree.c index 4e408b1be3..adb07e11fd 100644 --- a/apps/tree.c +++ b/apps/tree.c @@ -128,6 +128,7 @@ static int showdir(char *path, int start) qsort(dircacheptr,filesindir,sizeof(struct entry*),compare); } + lcd_stop_scroll(); #ifdef HAVE_NEW_CHARCELL_LCD lcd_double_height(false); #endif @@ -266,7 +267,6 @@ bool dirbrowse(char *root) } else start = dircursor = 0; - lcd_stop_scroll(); numentries = showdir(currdir, start); lcd_puts(0, LINE_Y+dircursor, CURSOR_CHAR); } -- cgit v1.2.3