]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/misc/widgetLayoutTest.py
a little cleanup and refresh
[wxWidgets.git] / wxPython / misc / widgetLayoutTest.py
index 02a8a33695b7237c9114ab76606dd01d65963418..32a9a4ce6da88fef69965a33273ad33ca35d22bd 100644 (file)
@@ -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()