diff --git a/src/OBJECT/GEOM_Actor.cxx b/src/OBJECT/GEOM_Actor.cxx index 7d75c27f1..40200dc19 100644 --- a/src/OBJECT/GEOM_Actor.cxx +++ b/src/OBJECT/GEOM_Actor.cxx @@ -465,6 +465,9 @@ void GEOM_Actor::SetShape (const TopoDS_Shape& theShape, myVertexActor->GetDeviceActor()->SetInfinitive(true); myHighlightActor->GetDeviceActor()->SetInfinitive(true); } + + // 0051777: TC7.2.0: Element could not be selected in Hypothesis Construction + myAppendFilter->Update(); } // OLD METHODS