RE: [PyCrust] 0.6 in the oven, now with PyFilling, should be done cooking soon
Brought to you by:
pobrien
From: Patrick K. O'B. <po...@or...> - 2001-09-09 00:36:05
|
It's not clear to me what kind of problem you are having. I don't think I see this behavior, so could you possibly describe it in a little more detail? And where exactly did you add the line of code that fixed things? Just in FillingTree or Filling? Or other windows? --- Patrick K. O'Brien Orbtech (http://www.orbtech.com) "I am, therefore I think." Small annoying suggestions: 1) The scrolled windows, when you scroll all the way and you totally hide something, for instance, if you totally hide the ingredients tree, you can't open it back. Only because of that reason, I had to inherit and add the following line to the __init__ code: self.SetMinimumPaneSize(1) |