Fixes ProjectManager Buttons Not Updating

Fixes buttons in ProjectManager not updating to disabled after deleting projects.
This commit is contained in:
Emmanuel Barroga 2019-08-14 18:30:42 -07:00
parent 188a10df8b
commit 1f5dc0ea3b

View file

@ -2075,10 +2075,12 @@ void ProjectManager::_rename_project() {
void ProjectManager::_erase_project_confirm() {
_project_list->erase_selected_projects();
_update_project_buttons();
}
void ProjectManager::_erase_missing_projects_confirm() {
_project_list->erase_missing_projects();
_update_project_buttons();
}
void ProjectManager::_erase_project() {