dabo Commit
Revision 6198
Date: 2010-11-21 07:46:53 -0800 (Sun, 21 Nov 2010)
Author: Ed
Trac: http://trac.dabodev.com/changeset/6198
Changed:
U trunk/ide/ClassDesigner.py
Log:
Fixed an error when opening a saved non-sizer cdxml form.
Diff:
Modified: trunk/ide/ClassDesigner.py
===================================================================
--- trunk/ide/ClassDesigner.py 2010-11-21 15:46:19 UTC (rev 6197)
+++ trunk/ide/ClassDesigner.py 2010-11-21 15:46:53 UTC (rev 6198)
@@ -631,6 +631,7 @@
atts = clsd["attributes"]
del atts["designerClass"]
nm = clsd["name"]
+ atts["UseSizers"] = self._findSizerInClassDict(clsd)
else:
atts = {"UseSizers": self._findSizerInClassDict(clsd)}
nm = "ClassDesignerForm"
_______________________________________________
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]