summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/tree.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/tree.c b/apps/tree.c
index 01580e7..7a7db30 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);
}