Changeset 2221
- Timestamp:
- 02/24/08 23:05:26 (7 months ago)
- Files:
-
- gaphas/trunk/gaphas/canvas.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
gaphas/trunk/gaphas/canvas.py
r2216 r2221 119 119 This is some brute force cleanup (e.g. if constraints are referenced 120 120 by items, those references are not cleaned up). 121 122 This method implies the constraint used to keep the handle in place123 is connected to Handle.connect_constraint.124 121 """ 125 122 for i, h in self.get_connected_items(item): 126 #self._solver.remove_constraint(h.connect_constraint)127 123 h.disconnect() 128 124 # Never mind..
