Issue 0051777: TC7.2.0: Element could not be selected in Hypothesis Construction.

This commit is contained in:
ouv 2013-04-11 11:07:26 +00:00
parent a05e9c326e
commit 231074d905

View File

@ -465,6 +465,9 @@ void GEOM_Actor::SetShape (const TopoDS_Shape& theShape,
myVertexActor->GetDeviceActor()->SetInfinitive(true); myVertexActor->GetDeviceActor()->SetInfinitive(true);
myHighlightActor->GetDeviceActor()->SetInfinitive(true); myHighlightActor->GetDeviceActor()->SetInfinitive(true);
} }
// 0051777: TC7.2.0: Element could not be selected in Hypothesis Construction
myAppendFilter->Update();
} }
// OLD METHODS // OLD METHODS