dabo Commit
Revision 5086
Date: 2009-02-26 11:59:14 -0800 (Thu, 26 Feb 2009)
Author: Paul
Trac: http://trac.dabodev.com/changeset/5086

Changed:
U   trunk/ide/PrefEditor.cdxml

Log:
I found it annoying that PrefEditor automatically expands all child nodes. I'd
rather have to expand the wanted node(s) manually. 


Diff:
Modified: trunk/ide/PrefEditor.cdxml
===================================================================
--- trunk/ide/PrefEditor.cdxml  2009-02-26 05:29:01 UTC (rev 5085)
+++ trunk/ide/PrefEditor.cdxml  2009-02-26 19:59:14 UTC (rev 5086)
@@ -59,7 +59,7 @@
                root.Caption = ""
        self.tree.treeFromStructure(stru, topNode=root)
        basenode = self.tree.nodes[1]
-       [sib.expand() for sib in basenode.Siblings]
+       #[sib.expand() for sib in basenode.Siblings]  ## pkm: I got annoyed by 
this... :)
        self.tree.ShowRootNode = False
 ]]>
                </afterInitAll>



_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: 
http://leafe.com/archives/byMID/[email protected]

Reply via email to