Fixed initial board update not showing

This commit is contained in:
2012-04-18 11:37:06 -04:00
parent 4a715d50f2
commit b2598fb09f
2 changed files with 2 additions and 6 deletions

View File

@ -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):