Add _group_selected to callable methods
This commit is contained in:
parent
391633760b
commit
8ae5c75bf7
@ -416,6 +416,8 @@ void GroupDialog::_bind_methods() {
|
|||||||
|
|
||||||
ClassDB::bind_method("_rename_group_item", &GroupDialog::_rename_group_item);
|
ClassDB::bind_method("_rename_group_item", &GroupDialog::_rename_group_item);
|
||||||
|
|
||||||
|
ClassDB::bind_method("_group_selected", &GroupDialog::_group_selected);
|
||||||
|
|
||||||
ADD_SIGNAL(MethodInfo("group_edited"));
|
ADD_SIGNAL(MethodInfo("group_edited"));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user