]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - org.simantics.plant3d/src/org/simantics/plant3d/scenegraph/EndComponent.java
Processing DB changes could leave control points unsynchronized
[simantics/3d.git] / org.simantics.plant3d / src / org / simantics / plant3d / scenegraph / EndComponent.java
index 5df76c0f8e00561456cc4c44593caa43094d33b9..fbcc77641fc795094ec824262a344e50be7dc305 100644 (file)
@@ -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();
                
        }