Salome HOME
Implementation of mechanism of grouping of messages
[modules/shaper.git] / src / Model / Model_Document.cpp
index 37f1a8673a860b8e35152136df6729f400b62037..67953331d65992b1c1d0d991b1cddd0586b43307 100644 (file)
@@ -593,4 +593,7 @@ void Model_Document::synchronizeFeatures()
       aFLabIter.Next();
     }
   }
+  // after all updates, sends a message that groups of features were created or updated
+  Events_Loop::loop()->flush(Events_Loop::eventByName(EVENT_FEATURE_CREATED));
+  Events_Loop::loop()->flush(Events_Loop::eventByName(EVENT_FEATURE_DELETED));
 }