Fixed separation of ports on GraphNode

Fixes #32474.

(cherry picked from commit 47c929c972)
This commit is contained in:
lrgilbert 2020-03-21 16:09:48 -05:00 committed by Rémi Verschelde
parent 6206f4439d
commit c0db0749f7
1 changed files with 1 additions and 2 deletions

View File

@ -504,7 +504,6 @@ void GraphNode::_connpos_update() {
}
}
if (vofs > 0)
vofs += sep;
vofs += size.y;
idx++;