You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-11 13:10:58 +00:00
Fix GraphEdit connection wire when resizing GraphNode
This commit is contained in:
@@ -254,6 +254,7 @@ void GraphEdit::add_child_notify(Node *p_child) {
|
||||
gn->set_scale(Vector2(zoom,zoom));
|
||||
gn->connect("offset_changed",this,"_graph_node_moved",varray(gn));
|
||||
gn->connect("raise_request",this,"_graph_node_raised",varray(gn));
|
||||
gn->connect("item_rect_changed",connections_layer,"update");
|
||||
_graph_node_moved(gn);
|
||||
gn->set_stop_mouse(false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user