daboide Commit
Revision 252
Date: 2005-11-29 11:02:05 -0800 (Tue, 29 Nov 2005)
Author: ed

Changed:
U   trunk/DesignerTreeForm.py

Log:
Ignore the dToolForm subclass, now that the parent class has been re-defined.


Diff:
Modified: trunk/DesignerTreeForm.py
===================================================================
--- trunk/DesignerTreeForm.py   2005-11-28 05:11:03 UTC (rev 251)
+++ trunk/DesignerTreeForm.py   2005-11-29 19:02:05 UTC (rev 252)
@@ -136,7 +136,8 @@
                        if isinstance(itm, (dabo.ui.dStatusBar, wx.ScrollBar)):
                                # ignore
                                return
-                       elif isinstance(itm, (dabo.ui.dForm, dabo.ui.dDialog)) 
and node is not None:
+                       elif isinstance(itm, (dabo.ui.dForm, dabo.ui.dToolForm, 
+                                       dabo.ui.dDialog)) and node is not None:
                                # This is a child form; ignore it
                                return
                        elif isinstance(itm, LayoutPanel):




_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev

Reply via email to