tests:libede: added missing navigateFolders option
[ede] / tests / libede / fileSystemBoxTestApp / FileSystemBoxTestApp.ec
index a922c36..8b0716a 100644 (file)
@@ -129,9 +129,10 @@ class FilteredTree : TestTab
    FileSystemBox box
    {
       this;
-      anchor = { left = 4, top = 4, right = 4, bottom = 4 };
       extensions = "txt, text, nfo, info";
       treeBranches = true;
+      navigateFolders = true;
+      anchor = { left = 4, top = 4, right = 4, bottom = 4 };
    };
 }