Close update dialog, don't destroy (OSX bug fixes)
This commit is contained in:
@@ -196,7 +196,6 @@ class MainFrame(wx.Frame):
|
||||
def ShowUpdateBox(self, release):
|
||||
dlg = UpdateDialog(self, release)
|
||||
dlg.ShowModal()
|
||||
dlg.Destroy()
|
||||
|
||||
def LoadPreviousOpenFits(self):
|
||||
sFit = service.Fit.getInstance()
|
||||
|
||||
@@ -107,7 +107,7 @@ class UpdateDialog(wx.Dialog):
|
||||
self.Centre( wx.BOTH )
|
||||
|
||||
def OnClose(self, e):
|
||||
self.Destroy()
|
||||
self.Close()
|
||||
|
||||
def SuppressChange(self, e):
|
||||
if (self.supressCheckbox.IsChecked()):
|
||||
|
||||
Reference in New Issue
Block a user