fix shutdown error

This commit is contained in:
David Rose 2012-08-22 02:10:01 +00:00
parent 54a29d5ece
commit b9da2363f1

View File

@ -62,6 +62,7 @@ class EmbeddedPandaWindow(wx.Window):
self.win = None
def onSize(self, event):
if self.win:
wp = WindowProperties()
wp.setOrigin(0, 0)
wp.setSize(*self.GetClientSize())