comment out prints
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41995 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
5b20646ea8
commit
b7dd8ad1b4
@ -64,10 +64,10 @@ class TestTB(wx.Treebook):
|
||||
wx.FutureCall(100, self.AdjustSize)
|
||||
|
||||
def AdjustSize(self):
|
||||
print self.GetTreeCtrl().GetBestSize()
|
||||
#print self.GetTreeCtrl().GetBestSize()
|
||||
self.GetTreeCtrl().InvalidateBestSize()
|
||||
self.SendSizeEvent()
|
||||
print self.GetTreeCtrl().GetBestSize()
|
||||
#print self.GetTreeCtrl().GetBestSize()
|
||||
|
||||
|
||||
def makeColorPanel(self, color):
|
||||
|
Loading…
Reference in New Issue
Block a user