From: srn Date: Mon, 22 Aug 2005 11:45:30 +0000 (+0000) Subject: Added an update of the toolbar after the Rename operation. X-Git-Tag: T_3_0_2a1~6 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=d7ed319c3ff09f11836654e1fec092cab6475bd3;p=modules%2Fgeom.git Added an update of the toolbar after the Rename operation. --- diff --git a/src/GEOMToolsGUI/GEOMToolsGUI_1.cxx b/src/GEOMToolsGUI/GEOMToolsGUI_1.cxx index 5f317478c..ed15e2ad0 100644 --- a/src/GEOMToolsGUI/GEOMToolsGUI_1.cxx +++ b/src/GEOMToolsGUI/GEOMToolsGUI_1.cxx @@ -207,6 +207,8 @@ void GEOMToolsGUI::OnRename() } } } + + app->updateActions(); //SRN: To update a Save button in the toolbar } void GEOMToolsGUI::OnCheckGeometry() @@ -270,6 +272,8 @@ void GEOMToolsGUI::OnColor() } // if ( selection not empty ) } } + + app->updateActions(); //SRN: To update a Save button in the toolbar } void GEOMToolsGUI::OnTransparency()