No need to explicitly delete the tbicon
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26337 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
45d67f33e0
commit
98bbf4e250
@ -823,8 +823,6 @@ class wxPythonDemo(wx.Frame):
|
||||
self.dying = True
|
||||
self.window = None
|
||||
self.mainmenu = None
|
||||
if hasattr(self, "tbicon"):
|
||||
del self.tbicon
|
||||
self.Destroy()
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user