Skip to content
  • Sankhesh Jhaveri's avatar
    Ensure that the representation is removed from renderer · 69048a52
    Sankhesh Jhaveri authored
    Disabling the widget ensures that the current renderer is set to nullptr
    in vtkAbstractWidget. However, some widgets may still keep their
    representation in the renderer. This change ensures that the
    representation is removed when the widget is destroyed irrespective of
    whether the current renderer is set on the widget.
    69048a52