mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-08 13:00:07 +01:00
Added to resolve the following error:
Traceback (most recent call last):
File "/users/dunnsa/lib/python3.5/site-packages/wx/lib/inspection.py", line 278, in OnClose
self.SaveSettings(self.config)
File "/users/dunnsa/lib/python3.5/site-packages/wx/lib/inspection.py", line 431, in SaveSettings
perspective = self.mgr.SavePerspective()
AttributeError: 'InspectionFrame' object has no attribute 'mgr'
Still not sure why this happening, and I'm more inclined to believe it a fault in my TLW's close process.
However it has happened on two different machines (both wxGTK) under a normal user close event.