Salome HOME
Fix for the issue #1179
[modules/shaper.git] / src / Model / Model_Data.h
index da40e7d4a8de9e5247bd08e92167765da748209c..136ffd557c211d0f47c29118d5595596a05b486c 100644 (file)
@@ -55,6 +55,8 @@ class Model_Data : public ModelAPI_Data
   std::set<AttributePtr> myRefsToMe;
   /// flag that may block the "attribute updated" sending
   bool mySendAttributeUpdated;
+  /// if some attribute was changed, but mySendAttributeUpdated was false, this flag stores this
+  bool myWasChangedButBlocked;
 
   /// Returns label of this feature
   TDF_Label label()