]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Ensure that just opened study has Saved status
authorjfa <jfa@opencascade.com>
Wed, 21 Sep 2005 07:53:48 +0000 (07:53 +0000)
committerjfa <jfa@opencascade.com>
Wed, 21 Sep 2005 07:53:48 +0000 (07:53 +0000)
src/SalomeApp/SalomeApp_Study.cxx

index e1065c9fef289aae4017356b7bf5bf9f7e0d83d7..000b3b0e6b7684e33aa7f77c5cbf1f9d1330031a 100644 (file)
@@ -99,8 +99,9 @@ bool SalomeApp_Study::openDocument( const QString& theFileName )
   ((SalomeApp_Application*)application())->updateObjectBrowser( false ); 
 
   bool res = CAM_Study::openDocument( theFileName );
+  
   emit opened( this );
-
+  study->IsSaved(true);
   return res;
 }