Merge pull request #2940 from TheHX/pr-error-message
Fix error messages when closing the editor
This commit is contained in:
commit
68c56f81f9
1 changed files with 0 additions and 1 deletions
|
@ -565,7 +565,6 @@ void SceneTreeEditor::_notification(int p_what) {
|
||||||
get_tree()->disconnect("node_removed",this,"_node_removed");
|
get_tree()->disconnect("node_removed",this,"_node_removed");
|
||||||
tree->disconnect("item_collapsed",this,"_cell_collapsed");
|
tree->disconnect("item_collapsed",this,"_cell_collapsed");
|
||||||
clear_inherit_confirm->disconnect("confirmed",this,"_subscene_option");
|
clear_inherit_confirm->disconnect("confirmed",this,"_subscene_option");
|
||||||
_update_tree();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue