Need to UnInit the AuiManager when closing the frame

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@45906 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2007-05-09 00:37:02 +00:00
parent 52f1f72876
commit a329847b07

View File

@@ -221,6 +221,8 @@ class InspectionFrame(wx.Frame):
def OnClose(self, evt):
self.SaveSettings(self.config)
self.mgr.UnInit()
del self.mgr
evt.Skip()