From 63bdc0cc7d4ec096b37913c83176bec84a314766 Mon Sep 17 00:00:00 2001 From: jfa Date: Tue, 22 Nov 2005 14:50:12 +0000 Subject: [PATCH] PAL10611: update ALL modules data after a graph execution --- src/SUPERVGUI/SUPERVGUI_Main.cxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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(); -- 2.30.2