X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=org.simantics.plant3d%2Fsrc%2Forg%2Fsimantics%2Fplant3d%2Fscenegraph%2FEndComponent.java;h=fbcc77641fc795094ec824262a344e50be7dc305;hb=ba83a8b8c95b94a035d20e458880beec68b9c450;hp=5df76c0f8e00561456cc4c44593caa43094d33b9;hpb=a460e609147d064dd3da464bcf1626845e0f93b4;p=simantics%2F3d.git diff --git a/org.simantics.plant3d/src/org/simantics/plant3d/scenegraph/EndComponent.java b/org.simantics.plant3d/src/org/simantics/plant3d/scenegraph/EndComponent.java index 5df76c0f..fbcc7764 100644 --- a/org.simantics.plant3d/src/org/simantics/plant3d/scenegraph/EndComponent.java +++ b/org.simantics.plant3d/src/org/simantics/plant3d/scenegraph/EndComponent.java @@ -26,6 +26,9 @@ public class EndComponent extends PipelineComponent { public void setType(String type) throws Exception { this.type = type; controlPoint = ControlPointFactory.create(this); + syncNext(); + syncPrevious(); + syncBranch0(); }