Fixed audio upload dialog

This commit is contained in:
2016-04-30 06:16:16 -05:00
parent 2268619101
commit 8988d63f33
4 changed files with 12 additions and 10 deletions

View File

@@ -56,8 +56,9 @@ class TransferDialog(widgetUtils.BaseDialog):
def create_buttons(self):
self.cancel_button = wx.Button(parent=self.pane, id=wx.ID_CANCEL)
def get_response(self):
self.Show()
def get_response(self, fn):
wx.CallAfter(fn, 0.01)
self.ShowModal()
def destroy(self):
self.Destroy()