Fixes ProjectManager Buttons Not Updating
Fixes buttons in ProjectManager not updating to disabled after deleting projects.
This commit is contained in:
parent
188a10df8b
commit
1f5dc0ea3b
1 changed files with 2 additions and 0 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue