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:
		@@ -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()
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user