diff options
author | James McLean <jrimclean@gmail.com> | 2015-06-21 23:15:58 -0400 |
---|---|---|
committer | James McLean <jrimclean@gmail.com> | 2015-06-21 23:15:58 -0400 |
commit | 4e3ec18f7e0794900974f70de4e293838d48c9fe (patch) | |
tree | 52048d583a1881a8056a6cd50aab2f6e833eb241 /tools/editor/property_editor.cpp | |
parent | 86c87ee66ab8601f081c89e8d85c75003b50ff78 (diff) | |
parent | 37af8b413674936518a2ebe180f9e7bfcd5795bb (diff) |
Merge branch 'master' of github.com:okamstudio/godot into development
Diffstat (limited to 'tools/editor/property_editor.cpp')
-rw-r--r-- | tools/editor/property_editor.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/editor/property_editor.cpp b/tools/editor/property_editor.cpp index 98e0df77f7..a7636f517f 100644 --- a/tools/editor/property_editor.cpp +++ b/tools/editor/property_editor.cpp @@ -1915,6 +1915,7 @@ void PropertyEditor::_notification(int p_what) { } if (p_what==NOTIFICATION_EXIT_TREE) { + get_tree()->disconnect("node_removed",this,"_node_removed"); edit(NULL); } |