Changeset 9631

Show
Ignore:
Timestamp:
05/13/08 16:26:52 (2 months ago)
Author:
asterix
Message:

fix coordinate convertion in tictactoe

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/tictactoe.py

    r9625 r9631  
    328328                        return 
    329329 
    330                 (height, width) = widget.get_size() 
     330                (width, height) = widget.get_size() 
    331331 
    332332                # convert click co-ordinates to row and column