editors/ConfTreeNodeEditor.py
branchpython3
changeset 3765 88fe6fc9fd38
parent 3750 f62625418bff
child 3788 d5014da90054
--- a/editors/ConfTreeNodeEditor.py	Fri Oct 28 18:59:04 2022 +0800
+++ b/editors/ConfTreeNodeEditor.py	Fri Oct 28 19:39:17 2022 +0800
@@ -255,9 +255,6 @@
         else:
             self.SetIcon(GetBitmap("Extension"))
 
-    def __del__(self):
-        self.Controler.OnCloseEditor(self)
-
     def GetTagName(self):
         return self.Controler.CTNFullName()