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