Changeset 4540
- Timestamp:
- 10/02/08 18:44:46 (2 months ago)
- Files:
-
- trunk/ide/ClassDesignerComponents.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/ide/ClassDesignerComponents.py
r4534 r4540 143 143 ## which if these parameters are skipped/included. 144 144 continue 145 csz = self.ControllingSizer 145 146 if (hasSizer or isinstance(self, dabo.ui.dPage) or isSplitPanel) and prop in ("Width", 146 "Height") and self.ControllingSizer.getItemProp(self, "Expand"):147 "Height") and ((csz is not None) and csz.getItemProp(self, "Expand")): 147 148 continue 148 149 if isinstance(self, dabo.ui.dLabel) and prop in ("Width", "Height"): 149 150 # If the width/height is controlled by the sizer, don't save it. 150 csz = self.ControllingSizer151 151 szornt = csz.Orientation 152 152 exp = csz.getItemProp(self, "Expand")
