From 5ec3743dd4e0b795e1e6d31e66728105eda1cd69 Mon Sep 17 00:00:00 2001 From: srn Date: Mon, 29 Aug 2005 07:35:31 +0000 Subject: [PATCH] Added an update of the ObjectBrowser --- src/SALOMEDSImpl/SALOMEDSImpl_Study.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/SALOMEDSImpl/SALOMEDSImpl_Study.cxx b/src/SALOMEDSImpl/SALOMEDSImpl_Study.cxx index 703e44a08..00c38c889 100644 --- a/src/SALOMEDSImpl/SALOMEDSImpl_Study.cxx +++ b/src/SALOMEDSImpl/SALOMEDSImpl_Study.cxx @@ -1361,6 +1361,8 @@ bool SALOMEDSImpl_Study::DumpStudy(const TCollection_AsciiString& thePath, fp << aScriptName << ".RebuildData(" << aBatchModeScript << ".myStudy)" << endl; } + fp << "salome.sg.updateObjBrowser(1)" << endl; + fp.close(); return isOk; } -- 2.39.2