You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +00:00
Fix GraphNode port position when the control has the Expand flag
This commit is contained in:
@@ -757,7 +757,7 @@ void GraphNode::_connpos_update() {
|
||||
continue;
|
||||
}
|
||||
|
||||
Size2i size = c->get_combined_minimum_size();
|
||||
Size2i size = c->get_rect().size;
|
||||
|
||||
int y = sb->get_margin(SIDE_TOP) + vofs;
|
||||
int h = size.y;
|
||||
|
||||
Reference in New Issue
Block a user