Remove setScrollChangedType fucntion
This commit is contained in:
@@ -82,10 +82,8 @@ void ViewContainerWidget::Slot_SyncEvent(DicomImageView *view, int interactionMo
|
||||
manager.smartDo([](auto v,auto callData){
|
||||
if (v->HasSeries()) {
|
||||
//disable global trigger slot
|
||||
v->setScrollChangedType(scrollScope::TriggerType::SYNC_ONLY);
|
||||
int *r = (int *) callData;
|
||||
v->AddSlice(r[1]);
|
||||
v->setScrollChangedType(scrollScope::TriggerType::USER_TRIGGER);
|
||||
}
|
||||
},view, calldata,ImageViewManager::EStudyEBoundsSeries);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user