summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémi Verschelde <remi@verschelde.fr>2022-03-25 09:30:34 +0100
committerGitHub <noreply@github.com>2022-03-25 09:30:34 +0100
commit2066e8e8d76bcda893bd45b2d2ef4ff9bc4a9155 (patch)
tree699ac874aa993f94c69738bd3f9b58c9c79433fc
parent277333bd243c59d36a043089c5cffa28182b2fb5 (diff)
parent8ae5c75bf7d52010c0c89d567e04910290a07f3e (diff)
Merge pull request #59497 from Bitlytic/fix_group_selected
Add _group_selected to callable methods
-rw-r--r--editor/groups_editor.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/groups_editor.cpp b/editor/groups_editor.cpp
index 4b3a7a8313..37d535aed2 100644
--- a/editor/groups_editor.cpp
+++ b/editor/groups_editor.cpp
@@ -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"));
}