Ticket #19567: patch-traitsbackendwx_helper.py.diff
File patch-traitsbackendwx_helper.py.diff, 419 bytes (added by jjstickel@…, 16 years ago) |
---|
-
enthought/traits/ui/wx/helper.py
413 413 This method overrides the original in the base class so that 414 414 nested subpanels are handled correctly. 415 415 """ 416 if child is None: 417 return 418 416 419 sppux, sppuy = self.GetScrollPixelsPerUnit() 417 420 vsx, vsy = self.GetViewStart()