mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-02-19 22:03:07 +05:00
Fixed bug GVIEW10220 : Scaling is not applied onto selection
This commit is contained in:
parent
5f43472a23
commit
73e92c46d4
@ -786,6 +786,8 @@ vtkDataSet* SMESH_ActorDef::GetInput(){
|
||||
|
||||
|
||||
void SMESH_ActorDef::SetTransform(VTKViewer_Transform* theTransform){
|
||||
Superclass::SetTransform(theTransform);
|
||||
|
||||
myNodeActor->SetTransform(theTransform);
|
||||
myBaseActor->SetTransform(theTransform);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user