Salome HOME
Added an update of the toolbar after the Rename operation.
authorsrn <srn@opencascade.com>
Mon, 22 Aug 2005 11:45:30 +0000 (11:45 +0000)
committersrn <srn@opencascade.com>
Mon, 22 Aug 2005 11:45:30 +0000 (11:45 +0000)
src/GEOMToolsGUI/GEOMToolsGUI_1.cxx

index 5f317478c4d7cc7cd18d7edae40d080812345a60..ed15e2ad0573f641c206240f841a000457664cf3 100644 (file)
@@ -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()