Fix GraphNode port position when the control has the Expand flag

This commit is contained in:
trollodel 2021-06-28 18:52:13 +02:00
parent ce7f599208
commit 07c3b40aa2

View file

@ -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;