Make update code on playing a stone much more efficient
This commit is contained in:
parent
e9032003f7
commit
becf13e4ab
3 changed files with 57 additions and 17 deletions
2
pygo.py
2
pygo.py
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue