dabo Commit
Revision 5287
Date: 2009-07-06 17:31:54 -0700 (Mon, 06 Jul 2009)
Author: Ed
Trac: http://trac.dabodev.com/changeset/5287

Changed:
U   trunk/ide/ClassDesigner.py

Log:
Fixed an issue with the Class Designer failing to open up saved classes.


Diff:
Modified: trunk/ide/ClassDesigner.py
===================================================================
--- trunk/ide/ClassDesigner.py  2009-07-01 18:55:02 UTC (rev 5286)
+++ trunk/ide/ClassDesigner.py  2009-07-07 00:31:54 UTC (rev 5287)
@@ -830,6 +830,8 @@
                                                szType = szr.Orientation
                                        # Get the defaults for this class of 
control.
                                        defSizerProps = 
self.getDefaultSizerProps(cls, szType)
+                               else:
+                                       defSizerProps = {}
                                props = {}
                                try:
                                        imp, clsname = cls.rsplit(".", 1)




_______________________________________________
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