Ticket #19567: patch-traitsbackendwx_helper.py.diff

File patch-traitsbackendwx_helper.py.diff, 419 bytes (added by jjstickel@…, 15 years ago)
  • enthought/traits/ui/wx/helper.py

     
    413413            This method overrides the original in the base class so that
    414414            nested subpanels are handled correctly.
    415415        """
     416        if child is None:
     417            return
     418
    416419        sppux, sppuy = self.GetScrollPixelsPerUnit()
    417420        vsx, vsy     = self.GetViewStart()