Beremiz.py
changeset 666 5056f17a0c6b
parent 662 037d2beecfb9
child 675 44b35c27e9ff
--- a/Beremiz.py	Tue Jan 17 22:49:30 2012 +0100
+++ b/Beremiz.py	Tue Jan 17 22:50:23 2012 +0100
@@ -1099,7 +1099,6 @@
             for location in plugin_locations:
                 locations_infos["root"]["children"].append("root.%s" % location["name"])
                 self.GenerateLocationTreeBranch(treectrl, treectrl.GetRootItem(), locations_infos, "root", location)
-                treectrl.Expand(treectrl.GetRootItem())
             if locations_infos["root"]["expanded"]:
                 self.PluginTreeSizer.Layout()
                 self.ExpandLocation(locations_infos, "root")