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 01580e7104..7a7db305cb 100644
--- a/apps/tree.c
+++ b/apps/tree.c
@@ -263,6 +263,7 @@ bool dirbrowse(char *root)
263 } 263 }
264 else 264 else
265 start = dircursor = 0; 265 start = dircursor = 0;
266 lcd_stop_scroll();
266 numentries = showdir(currdir, start); 267 numentries = showdir(currdir, start);
267 lcd_puts(0, LINE_Y+dircursor, CURSOR_CHAR); 268 lcd_puts(0, LINE_Y+dircursor, CURSOR_CHAR);
268 } 269 }