Salome HOME
Debug
authorouv <ouv@opencascade.com>
Thu, 17 Dec 2009 11:53:03 +0000 (11:53 +0000)
committerouv <ouv@opencascade.com>
Thu, 17 Dec 2009 11:53:03 +0000 (11:53 +0000)
src/Notebook/SALOME_Notebook.cxx

index 0edb15c9d588538ebe84e6d829d5dc5ff1255b3f..615a31196241df95a1d3f7021658ed1b4d4ef1c2 100644 (file)
@@ -310,6 +310,8 @@ void SALOME_Notebook::Update( bool theOnlyParameters )
     else
       sit++;
   }
+
+  myStudy->Modified();
 }
 
 bool SALOME_Notebook::Substitute( SubstitutionInfo& theSubstitution )
@@ -666,6 +668,8 @@ void SALOME_Notebook::AddParameter( SALOME_Parameter* theParam, bool theAddDepen
     Remove( anEntry.c_str() );
     throw ex;
   }
+
+  myStudy->Modified();
 }
 
 void SALOME_Notebook::AddDependencies( SALOME_Parameter* theParam )