summaryrefslogtreecommitdiff
path: root/apps/tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tree.c')
-rw-r--r--apps/tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/tree.c b/apps/tree.c
index 772e2351bb..653da791a8 100644
--- a/apps/tree.c
+++ b/apps/tree.c
@@ -674,7 +674,7 @@ static bool dirbrowse(void)
674 } 674 }
675#endif 675#endif
676 button = get_action(CONTEXT_TREE,HZ/5); 676 button = get_action(CONTEXT_TREE,HZ/5);
677 returned_button = gui_synclist_do_button(&tree_lists, button); 677 returned_button = gui_synclist_do_button(&tree_lists, button,LIST_WRAP_UNLESS_HELD);
678 if (returned_button) 678 if (returned_button)
679 need_update = true; 679 need_update = true;
680 if (returned_button == ACTION_STD_CANCEL) 680 if (returned_button == ACTION_STD_CANCEL)