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); }