Changeset 29

Show
Ignore:
Timestamp:
09/24/07 18:50:59 (1 year ago)
Author:
steve
Message:

Fixed bug where width is reported twice

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • mactorii.py

    r28 r29  
    421421                        if is_over_image(x,y,hoverx, hovery): 
    422422                                # draw some information 
    423                                 pix_size = font.Text(ft,"%dx%d"%(image[3][0], image[3][0]), x, y+config.text_yoffset) 
     423                                pix_size = font.Text(ft,"%dx%d"%(image[3][0], image[3][1]), x, y+config.text_yoffset) 
    424424                                pix_name = font.Text(ft, os.path.basename(filename), x, y+config.text_yoffset+int(pix_size.height))                                              
    425425