diff --git a/src/src/Interaction/ActorDraggableInteractorStyle.h b/src/src/Interaction/ActorDraggableInteractorStyle.h index 8b9e32c..085f937 100644 --- a/src/src/Interaction/ActorDraggableInteractorStyle.h +++ b/src/src/Interaction/ActorDraggableInteractorStyle.h @@ -89,7 +89,7 @@ vtkTypeMacro(ActorDraggableInteractorStyle, vtkInteractorStyleImage); void SetInteractionModeFromEnum(int InteractionMode) { this->UnActiveMeasure(); - this->SetInteractionMode(InteractionMode); + this->InteractionMode = InteractionMode; } //void SetInteractionModeToImageSlicing() {