summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/tree.c b/apps/tree.c
index 1e10e51f80..387878c96e 100644
--- a/apps/tree.c
+++ b/apps/tree.c
@@ -494,7 +494,7 @@ static int showdir(char *path, int start)
494 LCD_HEIGHT - SCROLLBAR_Y, filesindir, start, 494 LCD_HEIGHT - SCROLLBAR_Y, filesindir, start,
495 start + tree_max_on_screen, VERTICAL); 495 start + tree_max_on_screen, VERTICAL);
496#endif 496#endif
497 status_draw(false); 497 status_draw(true);
498 return filesindir; 498 return filesindir;
499} 499}
500 500