Merge pull request #59497 from Bitlytic/fix_group_selected

Add _group_selected to callable methods
This commit is contained in:
Rémi Verschelde 2022-03-25 09:30:34 +01:00 committed by GitHub
commit 2066e8e8d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -416,6 +416,8 @@ void GroupDialog::_bind_methods() {
ClassDB::bind_method("_rename_group_item", &GroupDialog::_rename_group_item);
ClassDB::bind_method("_group_selected", &GroupDialog::_group_selected);
ADD_SIGNAL(MethodInfo("group_edited"));
}