Added an update of the toolbar after the Rename operation.

This commit is contained in:
srn 2005-08-22 11:45:30 +00:00
parent 2907b7dd39
commit d7ed319c3f

View 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()