Salome HOME
Initial version of redesign of working with results
[modules/shaper.git] / src / ModuleBase / ModuleBase_WidgetPoint2D.cpp
index baa7285b054873ef2bf7f8c59defbac16ebd0f05..8407084edf44b233cac4b5341a19d9c33e8e462b 100644 (file)
@@ -110,7 +110,7 @@ bool ModuleBase_WidgetPoint2D::storeValue(FeaturePtr theFeature) const
   ModuleBase_WidgetPoint2D* that = (ModuleBase_WidgetPoint2D*) this;
   bool isBlocked = that->blockSignals(true);
   aPoint->setValue(myXSpin->value(), myYSpin->value());
-  Events_Loop::loop()->flush(Events_Loop::eventByName(EVENT_FEATURE_UPDATED));
+  Events_Loop::loop()->flush(Events_Loop::eventByName(EVENT_OBJECT_UPDATED));
   that->blockSignals(isBlocked);
 
   return true;