fix coordinate convertion in tictactoe

This commit is contained in:
Yann Leboulanger 2008-05-13 14:26:52 +00:00
parent 35aefc2df8
commit a7f8053e5e
1 changed files with 1 additions and 1 deletions

View File

@ -327,7 +327,7 @@ class TicTacToeBoard:
if not self.session.is_my_turn():
return
(height, width) = widget.get_size()
(width, height) = widget.get_size()
# convert click co-ordinates to row and column