IDEFrame.py
branchpython3
changeset 3765 88fe6fc9fd38
parent 3763 369c7569bf94
child 3766 f99def63cdd8
--- a/IDEFrame.py	Fri Oct 28 18:59:04 2022 +0800
+++ b/IDEFrame.py	Fri Oct 28 19:39:17 2022 +0800
@@ -762,9 +762,6 @@
 
         wx.CallAfter(self.InitFindDialog)
 
-    def __del__(self):
-        self.FindDialog.Destroy()
-
     def InitFindDialog(self):
         self.FindDialog = FindInPouDialog(self)
         self.FindDialog.Hide()