Forward port recent changes on the 2.8 branch to HEAD
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46083 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -221,6 +221,8 @@ class InspectionFrame(wx.Frame):
|
||||
|
||||
def OnClose(self, evt):
|
||||
self.SaveSettings(self.config)
|
||||
self.mgr.UnInit()
|
||||
del self.mgr
|
||||
evt.Skip()
|
||||
|
||||
|
||||
@@ -533,6 +535,9 @@ class InspectionInfoPanel(wx.stc.StyledTextCtrl):
|
||||
|
||||
|
||||
def FmtSizerItem(self, obj):
|
||||
if obj is None:
|
||||
return ['SizerItem: None']
|
||||
|
||||
st = ['SizerItem:']
|
||||
st.append(self.Fmt('proportion', obj.GetProportion()))
|
||||
st.append(self.Fmt('flag',
|
||||
|
Reference in New Issue
Block a user