]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/Model/Model_Document.h
Salome HOME
Issue #1404 Random crash with Shaper. REDISPLAY is not flushed in deleteFeature....
[modules/shaper.git] / src / Model / Model_Document.h
index 312472a8d4cf3919a2330695fb8b741de34f6044..f76c3cf27d2816a3ead1942255863735b61779ca 100644 (file)
@@ -90,6 +90,8 @@ class Model_Document : public ModelAPI_Document
                                           const bool isSendError = true);
 
   //! Removes the feature from the document (with result)
+  //! It is necessary to flush REDISPLAY signal manually after this method because
+  //! the method sends it, but for the performance purpose does not flush it
   //! \param theFeature a removed feature
   MODEL_EXPORT virtual void removeFeature(FeaturePtr theFeature);