Salome HOME
Merge from V7_siman 11/10/2013
[modules/geom.git] / src / GEOM / GEOM_IOperations.cxx
index 8f491950d3e9ad4ab1b3a60b177f8fdaa2603279..37073700893a878771c4a56d1f214f9145651324 100644 (file)
@@ -79,6 +79,7 @@ void GEOM_IOperations::FinishOperation()
   Handle(TDocStd_Document) aDoc = _engine->GetDocument(_docID);
   if(aDoc->GetUndoLimit() > 0) 
     aDoc->CommitCommand();
+  _engine->DocumentModified(_docID, true);
 }
 
 //=============================================================================