Skip to content
Snippets Groups Projects
Commit 9e0099a7 authored by Mathieu Westphal (Kitware)'s avatar Mathieu Westphal (Kitware) :zap: Committed by Kitware Robot
Browse files

Merge topic 'paulharris-master-fix-vtkConstrainedPointHandleRepresentation'


0276de9f Fix typo: checking wrong CursorShape pointer

Acked-by: default avatarKitware Robot <kwrobot@kitware.com>
Acked-by: default avatarbuildbot <buildbot@kitware.com>
Reviewed-by: default avatarMathieu Westphal <mathieu.westphal@kitware.com>
Merge-request: !10075
parents 3d77664c 0276de9f
No related branches found
No related tags found
No related merge requests found
......@@ -220,7 +220,7 @@ void vtkConstrainedPointHandleRepresentation::SetActiveCursorShape(vtkPolyData*
this->ActiveCursorShape->Delete();
}
this->ActiveCursorShape = shape;
if (this->CursorShape)
if (this->ActiveCursorShape)
{
this->ActiveCursorShape->Register(this);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment