Fixed bug GVIEW10220 : Scaling is not applied onto selection

This commit is contained in:
ouv 2005-10-13 07:19:11 +00:00
parent 5f43472a23
commit 73e92c46d4

View File

@ -786,6 +786,8 @@ vtkDataSet* SMESH_ActorDef::GetInput(){
void SMESH_ActorDef::SetTransform(VTKViewer_Transform* theTransform){
Superclass::SetTransform(theTransform);
myNodeActor->SetTransform(theTransform);
myBaseActor->SetTransform(theTransform);