Compare commits

...

1 Commits

Author SHA1 Message Date
hwang
d43df22d42 bugfix(TUP-23809):can not change the order 2019-07-13 15:13:56 +08:00

View File

@@ -3945,6 +3945,8 @@ public class Node extends Element implements IGraphicalNode {
}
if (inputMeta != null) {
inputMeta.setNodeCheck(true);
outputMeta.setNodeCheck(true);
INodeConnector connector = getConnectorFromName(outputMeta.getAttachedConnector());
if (connector != null
&& ((connector.getMaxLinkInput() != 0 && connector.getMaxLinkOutput() != 0)