Changeset 1801
- Timestamp:
- 07/31/07 22:43:10 (1 year ago)
- Files:
-
- gaphas/trunk/gaphas/item.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
gaphas/trunk/gaphas/item.py
r1796 r1801 302 302 self.height = height 303 303 304 def setup_canvas(self): 305 super(Element, self).setup_canvas() 306 307 # Set width/height explicitly, so the element will maintain it 308 self.width = self.width 309 self.height = self.height 304 310 305 311 def _set_width(self, width):
