]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ModuleBase/ModuleBase_WidgetDoubleValue.cpp
Salome HOME
Initial version of redesign of working with results
[modules/shaper.git] / src / ModuleBase / ModuleBase_WidgetDoubleValue.cpp
index ccbb0ad7ebd14a781d8cbee54999d8c636038f65..19828f008bd3ab8028c93a5ce055d864ee2bc8c1 100644 (file)
@@ -94,7 +94,7 @@ bool ModuleBase_WidgetDoubleValue::storeValue(FeaturePtr theFeature) const
   AttributeDoublePtr aReal = aData->real(attributeID());
   if (aReal->value() != mySpinBox->value()) {
     aReal->setValue(mySpinBox->value());
-    Events_Loop::loop()->flush(Events_Loop::eventByName(EVENT_FEATURE_UPDATED));
+    Events_Loop::loop()->flush(Events_Loop::eventByName(EVENT_OBJECT_UPDATED));
   }
   return true;
 }