aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/groups_editor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/editor/groups_editor.cpp')
-rw-r--r--tools/editor/groups_editor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/editor/groups_editor.cpp b/tools/editor/groups_editor.cpp
index f0a2a6a75..52db562d8 100644
--- a/tools/editor/groups_editor.cpp
+++ b/tools/editor/groups_editor.cpp
@@ -36,7 +36,7 @@
void GroupsEditor::_notification(int p_what) {
- if (p_what==NOTIFICATION_ENTER_SCENE) {
+ if (p_what==NOTIFICATION_ENTER_TREE) {
connect("confirmed", this,"_close");
}
}