Fixed initial board update not showing
This commit is contained in:
parent
4a715d50f2
commit
b2598fb09f
2 changed files with 2 additions and 6 deletions
1
pygo.py
1
pygo.py
|
@ -51,7 +51,6 @@ class Pygo():
|
|||
self.gogame = gogame.GoGame(goban.Goban())
|
||||
self.contents.pack_start(self.gogame)
|
||||
self.gogame.show_all()
|
||||
self.gogame.update() # Initial board draw
|
||||
|
||||
|
||||
def on_net_direct(self, widget):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue