Salome HOME
Make SHAPER STUDY fields exported in SMESH into MED file
[modules/shaper.git] / src / Model / Model_AttributeIntArray.cpp
index f933ad261408582eeb7b93f71b5267056377737a..82ea6415e2003115384dea46c61c212013771160 100644 (file)
@@ -75,6 +75,7 @@ void Model_AttributeIntArray::setValue(const int theIndex,
                                        bool sendUpdated)
 {
   if (myArray->Value(theIndex) != theValue) {
+    setInitialized();
     myArray->SetValue(theIndex, theValue);
     if (sendUpdated)
       owner()->data()->sendAttributeUpdated(this);