Implemented performance updates in GoGame

This commit is contained in:
2012-04-18 01:04:36 -04:00
parent 9dc8daaea1
commit e9032003f7
2 changed files with 47 additions and 17 deletions

View File

@ -51,6 +51,7 @@ class Pygo():
self.gogame = gogame.GoGame(goban.Goban())
self.contents.pack_start(self.gogame)
self.gogame.show_all()
self.gogame.update()
def on_net_direct(self, widget):