Changeset 1800

Show
Ignore:
Timestamp:
07/31/07 15:53:26 (1 year ago)
Author:
wrobe..@pld-linux.org
Message:

- Canvas.update_now algorithm comments updates

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • gaphas/trunk/gaphas/canvas.py

    r1799 r1800  
    431431            self._solver.solve() 
    432432 
     433            # no matrix can change during constraint solving 
    433434            assert not self._dirty_matrix_items, 'No matrices may have been marked dirty (%s)' % (self._dirty_matrix_items,) 
    434435 
    435436            # some item's can be marked dirty due to external constraints 
    436437            # solving 
    437             # NOTE: no matrix can change during constraint solving 
    438438            if self._dirty_items: 
    439439                dirty_items.extend(self._dirty_items)