]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - org.simantics.plant3d/src/org/simantics/plant3d/dialog/ComponentSelectionDialog.java
Allow adding adjustable length components in the middle of a pipe
[simantics/3d.git] / org.simantics.plant3d / src / org / simantics / plant3d / dialog / ComponentSelectionDialog.java
index dd3f48076b1a1c12836d24359643c992255bf2a4..00b52f3bb1073b0e12e1cb43dd64b5b18f47b97d 100644 (file)
@@ -437,7 +437,7 @@ public class ComponentSelectionDialog extends Dialog implements ISelectionChange
                                if (selected.getType() == Type.INLINE) {
                                        filterAllowed.add(PositionType.NEXT);
                                        filterAllowed.add(PositionType.PREVIOUS);
-                                       if (inlineSplit) {
+                                       if (inlineSplit && selected.isVariable()) {
                                                lengthText.setEnabled(false);
                                                angleText.setEnabled(false);
                                                rotationAngleText.setEnabled(selected.isRotated());