Salome HOME
[PythonAPI / sketcher] end of fix after merge od Dev_1.5.0
[modules/shaper.git] / src / PythonAPI / model / sketcher / point.py
index 3a65acea54df7db4f367652ae2bade242e00c359..603a6234adde92835d6f24bd6d5e0a827f3878ef 100644 (file)
@@ -15,7 +15,7 @@ class Point(Interface):
             self._feature.data().attribute("PointCoordinates")
             )
         self.setValue(x, y)
-        self._execute()
+        self.execute()
 
     def setValue(self, x, y):
         """Set point coordinates."""