Skip to content
  • Sankhesh Jhaveri's avatar
    Prevent the seed widget from removing handles twice · 8c169aa0
    Sankhesh Jhaveri authored
    The DeleteAction calls RemoveHandle and DeleteSeed whereas DeleteSeed,
    in turn, calls RemoveHandle. This change ensures that the handles are
    removed only once.
    
    Removed the unnecessary duplicate setting of HandleSize in
    vtkWidgetRepresentation.
    8c169aa0