Close update dialog, don't destroy (OSX bug fixes)
This commit is contained in:
@@ -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