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:
@@ -64,10 +64,10 @@ class TestTB(wx.Treebook):
|
|||||||
wx.FutureCall(100, self.AdjustSize)
|
wx.FutureCall(100, self.AdjustSize)
|
||||||
|
|
||||||
def AdjustSize(self):
|
def AdjustSize(self):
|
||||||
print self.GetTreeCtrl().GetBestSize()
|
#print self.GetTreeCtrl().GetBestSize()
|
||||||
self.GetTreeCtrl().InvalidateBestSize()
|
self.GetTreeCtrl().InvalidateBestSize()
|
||||||
self.SendSizeEvent()
|
self.SendSizeEvent()
|
||||||
print self.GetTreeCtrl().GetBestSize()
|
#print self.GetTreeCtrl().GetBestSize()
|
||||||
|
|
||||||
|
|
||||||
def makeColorPanel(self, color):
|
def makeColorPanel(self, color):
|
||||||
|
Reference in New Issue
Block a user