File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -730,7 +730,7 @@ void GraphEdit::add_child_notify(Node *p_child) {
730730 }
731731 graph_element->connect (" raise_request" , callable_mp (this , &GraphEdit::_ensure_node_order_from).bind (graph_element));
732732 graph_element->connect (" resize_request" , callable_mp (this , &GraphEdit::_graph_element_resize_request).bind (graph_element));
733- if (connections_layer != nullptr && connections_layer-> is_inside_tree () ) {
733+ if (connections_layer != nullptr ) {
734734 graph_element->connect (SceneStringName (item_rect_changed), callable_mp ((CanvasItem *)connections_layer, &CanvasItem::queue_redraw));
735735 }
736736 graph_element->connect (SceneStringName (item_rect_changed), callable_mp ((CanvasItem *)minimap, &GraphEditMinimap::queue_redraw));
You can’t perform that action at this time.
0 commit comments