From: ouv Date: Thu, 11 Apr 2013 11:07:26 +0000 (+0000) Subject: Issue 0051777: TC7.2.0: Element could not be selected in Hypothesis Construction. X-Git-Tag: V7_2_0~14 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=231074d90555ad87f554dbeed3d43053069efa0b;p=modules%2Fgeom.git Issue 0051777: TC7.2.0: Element could not be selected in Hypothesis Construction. --- 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