Changeset 1617

Show
Ignore:
Timestamp:
07/11/07 10:51:59 (1 year ago)
Author:
wrobe..@pld-linux.org
Message:

- removed unnecessary code

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • gaphas/branches/hw/gaphas/painter.py

    r1611 r1617  
    255255        # Update bounding box with handles. 
    256256        i2v = view.get_matrix_i2v(item).transform_point 
    257         i2v = (view.canvas.get_matrix_i2c(item) * view._matrix).transform_point 
    258257        for h in item.handles(): 
    259258            cx, cy = i2v(h.x, h.y)