Switch over wx.BusyInfo from custom wait dialog

This commit is contained in:
blitzmann
2015-10-09 13:04:06 -07:00
parent 2e998bd5a4
commit 4baa6e9e9f
2 changed files with 6 additions and 15 deletions

View File

@@ -94,8 +94,5 @@ class WaitDialog(wx.Dialog):
mainSizer.Add( self.progress, 1, wx.ALL|wx.ALIGN_CENTER_VERTICAL, 0 )
self.SetSizer( mainSizer )
self.Layout()
self.Bind(wx.EVT_CLOSE,self.OnClose)
self.CenterOnParent()
def OnClose(self, event):
pass