From: Robin Dunn Date: Mon, 3 May 2004 21:31:16 +0000 (+0000) Subject: a little cleanup and refresh X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/d1bb3e121f109478099837e427a4636f156a9959 a little cleanup and refresh git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27080 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/misc/widgetLayoutTest.py b/wxPython/misc/widgetLayoutTest.py index 02a8a33695..32a9a4ce6d 100644 --- a/wxPython/misc/widgetLayoutTest.py +++ b/wxPython/misc/widgetLayoutTest.py @@ -273,8 +273,7 @@ class LayoutTestFrame(wx.Frame): # make the destroy button be default now self.destroyBtn.SetDefault() - - if True: + if False: print 'w size', w.GetSize() print 'w minsize', w.GetMinSize() print 'w bestsize', w.GetBestSize() @@ -293,7 +292,8 @@ class LayoutTestFrame(wx.Frame): self.testWidget.Destroy() self.testWidget = None self.testPanel.SetSizer(None, True) - + self.testPanel.Refresh() + # ensure the panel shrinks again self.testPanel.SetSizeHints((20,20)) self.bottomSizer.Layout()