diff --git a/scene/gui/graph_edit.cpp b/scene/gui/graph_edit.cpp index 490fd9b0e3f..de4c0405d3a 100644 --- a/scene/gui/graph_edit.cpp +++ b/scene/gui/graph_edit.cpp @@ -275,6 +275,7 @@ void GraphEdit::remove_child_notify(Node *p_child) { if (gn) { gn->disconnect("offset_changed", this, "_graph_node_moved"); gn->disconnect("raise_request", this, "_graph_node_raised"); + gn->disconnect("item_rect_changed", connections_layer, "update"); } }