From: srn Date: Fri, 15 Jul 2005 05:55:30 +0000 (+0000) Subject: Modified a method onLoadStudy, added a call of a method updateObjectBrowser X-Git-Tag: V3_0_1~44 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=333efa66a19ad253035bc45770f58cda3571fcaa;p=modules%2Fgui.git Modified a method onLoadStudy, added a call of a method updateObjectBrowser --- diff --git a/src/SalomeApp/SalomeApp_Application.cxx b/src/SalomeApp/SalomeApp_Application.cxx index a56a03885..fb93e82da 100644 --- a/src/SalomeApp/SalomeApp_Application.cxx +++ b/src/SalomeApp/SalomeApp_Application.cxx @@ -569,6 +569,7 @@ void SalomeApp_Application::onLoadDoc() if(onLoadDoc(name)) { updateWindows(); updateViewManagers(); + updateObjectBrowser(true); } }