From d7ed319c3ff09f11836654e1fec092cab6475bd3 Mon Sep 17 00:00:00 2001 From: srn Date: Mon, 22 Aug 2005 11:45:30 +0000 Subject: [PATCH] Added an update of the toolbar after the Rename operation. --- src/GEOMToolsGUI/GEOMToolsGUI_1.cxx | 4 ++++ 1 file changed, 4 insertions(+) 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() -- 2.39.2