Make update code on playing a stone much more efficient

This commit is contained in:
2012-04-18 11:33:20 -04:00
parent e9032003f7
commit becf13e4ab
3 changed files with 57 additions and 17 deletions

View File

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