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 61dd12c006..d0f4ab9d68 100644
--- a/apps/tree.c
+++ b/apps/tree.c
@@ -1099,6 +1099,7 @@ static bool dirbrowse(void)
1099#ifdef HAVE_LCD_BITMAP 1099#ifdef HAVE_LCD_BITMAP
1100 tree_max_on_screen = recalc_screen_height(); 1100 tree_max_on_screen = recalc_screen_height();
1101#endif 1101#endif
1102 id3db = check_changed_id3mode(id3db);
1102 restore = true; 1103 restore = true;
1103 start_wps=false; 1104 start_wps=false;
1104 } 1105 }