* tree_show(scs_m) showed only zeroes in Block.graphics.pin, pout, pein & peout
Change-Id: Ic543adfc8906efb7db44e2358031e7ec439a1dda
} else {
controller.setObjectProperty(getUID(), getKind(), ObjectProperties.DESTINATION_PORT, uid);
}
+ if (uid != 0l) {
+ controller.setObjectProperty(uid, Kind.PORT, ObjectProperties.CONNECTED_SIGNALS, getUID());
+ }
break;
default:
break;