Changeset 2216

Show
Ignore:
Timestamp:
02/13/08 02:41:46 (10 months ago)
Author:
arj..@yirdis.nl
Message:

textual update in canvas.py

Files:

Legend:

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

    r2215 r2216  
    663663    (Variable(33, 40), Variable(10, 40)) 
    664664 
    665     TODO: How will this work on rotated variables? 
    666665    When the variables are retrieved, new values are calculated. 
    667666    """ 
     
    688687        a value attribute with the real value. 
    689688        """ 
     689        item = self._item 
    690690        x, y = self._point 
    691         item = self._item 
    692691        self._px, self._py = item.canvas.get_matrix_i2c(item).transform_point(x, y) 
    693692        return self._px, self._py