Salome HOME
PAL10611: update ALL modules data after a graph execution
[modules/superv.git] / src / SUPERVGUI / SUPERVGUI_Main.cxx
index caf366139120237e2943bb7ff08cfa4989ce6fe4..7ecc679bfde810410025243872151b72d499b1e2 100644 (file)
@@ -1239,7 +1239,9 @@ void SUPERVGUI_Main::startTimer() {
 void SUPERVGUI_Main::executionFinished() {
   SUPERVGUI* aSupMod = SUPERVGUI::Supervision();
   if ( aSupMod ) 
-    aSupMod->updateObjBrowser();
+    //aSupMod->updateObjBrowser();
+    // PAL10611: update all modules data
+    aSupMod->getApp()->updateObjectBrowser(true);
   else MESSAGE("NULL Supervision module!");
   
   myCanvas->update();