From: Rejean Loyer Date: Wed, 14 Sep 2011 08:03:47 +0000 (-0400) Subject: tests:libede: added missing navigateFolders option X-Git-Url: http://ecere.com/cgi-bin/gitweb.cgi?p=ede;a=commitdiff_plain;h=f9b68416186ac927767700a403abc64589b1777f;hp=2a53b84560ce75cf21f3cb261181b12ba973559d tests:libede: added missing navigateFolders option --- diff --git a/tests/libede/fileSystemBoxTestApp/FileSystemBoxTestApp.ec b/tests/libede/fileSystemBoxTestApp/FileSystemBoxTestApp.ec index a922c36..8b0716a 100644 --- a/tests/libede/fileSystemBoxTestApp/FileSystemBoxTestApp.ec +++ b/tests/libede/fileSystemBoxTestApp/FileSystemBoxTestApp.ec @@ -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 }; }; }