From 26b52436acbebb46c7f139ebf51e31b2d55b9d82 Mon Sep 17 00:00:00 2001 From: jfa Date: Fri, 11 May 2007 10:35:12 +0000 Subject: [PATCH] NPAL15833: EDF406: Save icon is inactive when study is modified. --- src/SUPERVGUI/SUPERVGUI_Main.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/SUPERVGUI/SUPERVGUI_Main.cxx b/src/SUPERVGUI/SUPERVGUI_Main.cxx index aa3771d..e108f7d 100644 --- a/src/SUPERVGUI/SUPERVGUI_Main.cxx +++ b/src/SUPERVGUI/SUPERVGUI_Main.cxx @@ -1126,6 +1126,8 @@ void SUPERVGUI_Main::addDataflowToStudy() { if ( !myThread->running() ) aSupMod->updateObjBrowser(); + + aSupMod->getApp()->updateActions(); } else { MESSAGE( "ERROR: failed to find or create dataflow SObject" ); -- 2.39.2