From: jfa Date: Fri, 11 May 2007 10:35:12 +0000 (+0000) Subject: NPAL15833: EDF406: Save icon is inactive when study is modified. X-Git-Tag: T15881~3 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=26b52436acbebb46c7f139ebf51e31b2d55b9d82;p=modules%2Fsuperv.git NPAL15833: EDF406: Save icon is inactive when study is modified. --- 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" );