]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
Issue 0051777: TC7.2.0: Element could not be selected in Hypothesis Construction.
authorouv <ouv@opencascade.com>
Thu, 11 Apr 2013 11:07:26 +0000 (11:07 +0000)
committerouv <ouv@opencascade.com>
Thu, 11 Apr 2013 11:07:26 +0000 (11:07 +0000)
src/OBJECT/GEOM_Actor.cxx

index 7d75c27f173916288de1ab5b3a4b5b2d170c2bcc..40200dc19d3c16919accfd095be88ed036b62c34 100644 (file)
@@ -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