git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41995
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
wx.FutureCall(100, self.AdjustSize)
def AdjustSize(self):
wx.FutureCall(100, self.AdjustSize)
def AdjustSize(self):
- print self.GetTreeCtrl().GetBestSize()
+ #print self.GetTreeCtrl().GetBestSize()
self.GetTreeCtrl().InvalidateBestSize()
self.SendSizeEvent()
self.GetTreeCtrl().InvalidateBestSize()
self.SendSizeEvent()
- print self.GetTreeCtrl().GetBestSize()
+ #print self.GetTreeCtrl().GetBestSize()
def makeColorPanel(self, color):
def makeColorPanel(self, color):