Skip to content

Commit

Permalink
Merge pull request #41996 from Rubonnek/disconnect-item-rect-changed-3.2
Browse files Browse the repository at this point in the history
[3.2] Disconnect item_rect_changed removing a child of GraphEdit
  • Loading branch information
akien-mga authored Sep 12, 2020
2 parents 8197651 + 2b7c9d9 commit cd62be1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scene/gui/graph_edit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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");
}
}

Expand Down

0 comments on commit cd62be1

Please sign in to comment.