diff --git a/lib/goban.py b/lib/goban.py index f45cefa..c45f942 100644 --- a/lib/goban.py +++ b/lib/goban.py @@ -42,7 +42,6 @@ class Goban: def clear_hover(self): self.hover = None - print 'hover clear' # fixme - somewhere in this or its component functions we need to @@ -57,6 +56,7 @@ class Goban: self._capture(rpos) self.to_move = self._other_color(self.to_move) + self.clear_hover() diff --git a/res/go_w.png b/res/go_w.png index e926a09..419aa4e 100644 Binary files a/res/go_w.png and b/res/go_w.png differ