Fix double load measure bug.

This commit is contained in:
Krad
2022-07-27 15:01:30 +08:00
parent 75160118cc
commit 7ddc0288af

View File

@@ -255,8 +255,6 @@ void infinitiViewer::InstallPipeline() {
this, &infinitiViewer::RemoveMeasures);
this->InteractorStyle->AddObserver(ActorDraggableInteractorStyle::DraggableStyleEvents::SliceEvent, this,
&infinitiViewer::ChangeSlice);
this->InteractorStyle->AddObserver(ActorDraggableInteractorStyle::DraggableStyleEvents::SlicedEvent, this,
&infinitiViewer::LoadMeasures);
//for convert vtkEvent to Qt signal
this->InteractorStyle->AddObserver(ActorDraggableInteractorStyle::DraggableStyleEvents::SlicedEvent, this,