Fix fusion Scalar click cause viewer double click bug.
This commit is contained in:
@@ -94,8 +94,10 @@ void ActorDraggableInteractorStyle::OnLeftButtonDown() {
|
||||
}
|
||||
return;
|
||||
}
|
||||
this->InvokeEvent(DraggableStyleEvents::DoubleClickEvent, nullptr);
|
||||
return;
|
||||
if (!scalarProp){
|
||||
this->InvokeEvent(DraggableStyleEvents::DoubleClickEvent, nullptr);
|
||||
return;
|
||||
}
|
||||
}
|
||||
if (measure) {
|
||||
measure->SetPlacing(measure->onMeasureLeftButtonDown(this->Interactor));
|
||||
|
||||
Reference in New Issue
Block a user