mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-03-17 14:10:07 +01:00
Merge pull request #453 from RobinD42/fix-issue444
restore tbicon.Destroy code
This commit is contained in:
@@ -2478,8 +2478,8 @@ class wxPythonDemo(wx.Frame):
|
||||
self.mainmenu = None
|
||||
self.StopDownload()
|
||||
|
||||
# if self.tbicon is not None:
|
||||
# self.tbicon.Destroy()
|
||||
if self.tbicon is not None:
|
||||
self.tbicon.Destroy()
|
||||
|
||||
config = GetConfig()
|
||||
config.Write('ExpansionState', str(self.tree.GetExpansionState()))
|
||||
|
||||
Reference in New Issue
Block a user