Implemented performance updates in GoGame
This commit is contained in:
parent
9dc8daaea1
commit
e9032003f7
2 changed files with 47 additions and 17 deletions
1
pygo.py
1
pygo.py
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue