From 8228fea02feabbfdd4def950e67f9ea6507d981d Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Sun, 14 Jun 2015 02:13:47 -0300 Subject: missing changes --- tools/editor/groups_editor.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tools/editor/groups_editor.cpp') diff --git a/tools/editor/groups_editor.cpp b/tools/editor/groups_editor.cpp index ed76f5456..2e8285401 100644 --- a/tools/editor/groups_editor.cpp +++ b/tools/editor/groups_editor.cpp @@ -39,6 +39,9 @@ void GroupsEditor::_notification(int p_what) { if (p_what==NOTIFICATION_ENTER_TREE) { connect("confirmed", this,"_close"); } + if (p_what==NOTIFICATION_EXIT_TREE) { + disconnect("confirmed", this,"_close"); + } } void GroupsEditor::_close() { -- cgit v1.2.3-70-g09d2