From 364f97cc44c8287ec6ff7fb6a7755d0c8c09ee76 Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Tue, 11 Jun 2002 11:02:32 +0000 Subject: Stop scrolling before leaving directory git-svn-id: svn://svn.rockbox.org/rockbox/trunk@956 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 01580e7104..7a7db305cb 100644 --- a/apps/tree.c +++ b/apps/tree.c @@ -263,6 +263,7 @@ 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