Changeset 1786
- Timestamp:
- 07/29/07 13:50:56 (1 year ago)
- Files:
-
- gaphas/trunk/gaphas/canvas.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
gaphas/trunk/gaphas/canvas.py
r1785 r1786 441 441 self._dirty_items.clear() 442 442 443 self._p ost_update_items(c_dirty_items)443 self._pre_update_items(c_dirty_items, cr) 444 444 445 445 # TODO: sort dirty_items and c_dirty_items (with no
