From: ouv Date: Thu, 17 Dec 2009 11:53:03 +0000 (+0000) Subject: Debug X-Git-Tag: PHASE_17_Part1_V4~3 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=ed9741c37018e67a58d1508494c17be72a77b854;p=modules%2Fkernel.git Debug --- diff --git a/src/Notebook/SALOME_Notebook.cxx b/src/Notebook/SALOME_Notebook.cxx index 0edb15c9d..615a31196 100644 --- a/src/Notebook/SALOME_Notebook.cxx +++ b/src/Notebook/SALOME_Notebook.cxx @@ -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 )