From 231074d90555ad87f554dbeed3d43053069efa0b Mon Sep 17 00:00:00 2001 From: ouv Date: Thu, 11 Apr 2013 11:07:26 +0000 Subject: [PATCH] Issue 0051777: TC7.2.0: Element could not be selected in Hypothesis Construction. --- src/OBJECT/GEOM_Actor.cxx | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.39.2