diff options
Diffstat (limited to 'apps/tree.c')
-rw-r--r-- | apps/tree.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/tree.c b/apps/tree.c index 63363422ba..503cf47fc5 100644 --- a/apps/tree.c +++ b/apps/tree.c @@ -963,6 +963,8 @@ int rockbox_browse(struct browse_context *browse) tc.dirfilter = &dirfilter; tc.sort_dir = global_settings.sort_dir; + gui_synclist_init_display_settings(&tree_lists); /* grab updated settings */ + reload_dir = true; if (*tc.dirfilter >= NUM_FILTER_MODES) { |