Fixed major issues
[ede] / libede / src / FileSystemBox.ec
index 36edd05..8842cf1 100644 (file)
@@ -281,6 +281,11 @@ public:
          split.leftPane = value ? list : null;
          split.visible = value;
          show.visible = value;
+         if(!value)
+         {
+            list.parent = this;
+            list.anchor = Anchor { left = 0, top = 0, right = 0, bottom = 0 };
+         }
       }
       get { return bits.preview; }
    };