diff options
| author | Juan Linietsky | 2015-06-14 02:13:47 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2015-06-14 02:13:47 -0300 |
| commit | 8228fea02feabbfdd4def950e67f9ea6507d981d (patch) | |
| tree | 95ccefb9330b693e44f20bddfbf8a6544ad34341 /tools/editor/property_editor.cpp | |
| parent | edf1f271180a8e2481ebb3d7808f47493e5ad13e (diff) | |
| download | godot-8228fea02feabbfdd4def950e67f9ea6507d981d.tar.gz godot-8228fea02feabbfdd4def950e67f9ea6507d981d.tar.zst godot-8228fea02feabbfdd4def950e67f9ea6507d981d.zip | |
missing changes
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 98e0df77f..a7636f517 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); } |
