Salome HOME
Rolling back incorrect integration
[modules/gui.git] / src / SVTK / SVTK_RenderWindowInteractor.cxx
index 1b32fc424360a69d8c949849c097f79b80c0edc9..a80733492639df46b8de5244c69ff91eb1a4bfe7 100644 (file)
@@ -913,6 +913,9 @@ SVTK_RenderWindowInteractor
               TUpdateActor theFun)
 {
   (*theFun)(theMapIndex,theMapActor,theActor);
+  float aPos[3];
+  theMapActor->GetPosition(aPos);
+  theActor->SetPosition(aPos);
 }