Changeset 1800
- Timestamp:
- 07/31/07 15:53:26 (1 year ago)
- Files:
-
- gaphas/trunk/gaphas/canvas.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
gaphas/trunk/gaphas/canvas.py
r1799 r1800 431 431 self._solver.solve() 432 432 433 # no matrix can change during constraint solving 433 434 assert not self._dirty_matrix_items, 'No matrices may have been marked dirty (%s)' % (self._dirty_matrix_items,) 434 435 435 436 # some item's can be marked dirty due to external constraints 436 437 # solving 437 # NOTE: no matrix can change during constraint solving438 438 if self._dirty_items: 439 439 dirty_items.extend(self._dirty_items)
