Merge pull request #37218 from lrgilbert/graphnode-port-separation
Fixed GraphNode port separation.
This commit is contained in:
commit
a6f1714612
1 changed files with 1 additions and 3 deletions
|
@ -503,9 +503,7 @@ void GraphNode::_connpos_update() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (vofs > 0) {
|
vofs += sep;
|
||||||
vofs += sep;
|
|
||||||
}
|
|
||||||
vofs += size.y;
|
vofs += size.y;
|
||||||
idx++;
|
idx++;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue