fix coordinate convertion in tictactoe

This commit is contained in:
Yann Leboulanger 2008-05-13 14:26:52 +00:00
parent 35aefc2df8
commit a7f8053e5e

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