From: jfa Date: Tue, 22 Nov 2005 14:50:12 +0000 (+0000) Subject: PAL10611: update ALL modules data after a graph execution X-Git-Tag: BR_3_1_0_deb~4 X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsuperv.git;a=commitdiff_plain;h=63bdc0cc7d4ec096b37913c83176bec84a314766 PAL10611: update ALL modules data after a graph execution --- diff --git a/src/SUPERVGUI/SUPERVGUI_Main.cxx b/src/SUPERVGUI/SUPERVGUI_Main.cxx index caf3661..7ecc679 100644 --- a/src/SUPERVGUI/SUPERVGUI_Main.cxx +++ b/src/SUPERVGUI/SUPERVGUI_Main.cxx @@ -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();