Skip to content

Prevent the seed widget from removing handles twice

Sankhesh Jhaveri requested to merge sankhesh/vtk:seed_widget_delete_bug into master

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.

Backport: release

Merge request reports