From 1a9f89b9502e220a5ca69befb5e5d79391c49079 Mon Sep 17 00:00:00 2001 From: jfa Date: Wed, 21 Sep 2005 07:53:48 +0000 Subject: [PATCH] Ensure that just opened study has Saved status --- src/SalomeApp/SalomeApp_Study.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/SalomeApp/SalomeApp_Study.cxx b/src/SalomeApp/SalomeApp_Study.cxx index e1065c9fe..000b3b0e6 100644 --- a/src/SalomeApp/SalomeApp_Study.cxx +++ b/src/SalomeApp/SalomeApp_Study.cxx @@ -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; } -- 2.39.2