0024837: Visualization - revise design and implementation of connected Interactive...
[occt.git] / src / TPrsStd / TPrsStd_PointDriver.cxx
index c90a5b7..2b2115e 100644 (file)
@@ -63,7 +63,7 @@ Standard_Boolean TPrsStd_PointDriver::Update (const TDF_Label& aLabel,
       aistrihed = new AIS_Point(apt);
     else {
       aistrihed->SetComponent(apt);
-      aistrihed->ResetLocation();
+      aistrihed->ResetTransformation();
       aistrihed->SetToUpdate();
       aistrihed->UpdateSelection();
     }