X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=org.simantics.plant3d%2Fsrc%2Forg%2Fsimantics%2Fplant3d%2Fdialog%2FComponentSelectionDialog.java;h=00b52f3bb1073b0e12e1cb43dd64b5b18f47b97d;hb=f7b90e53bfee9f1717d5fea4a776af85a888a576;hp=dd3f48076b1a1c12836d24359643c992255bf2a4;hpb=8792531e8f0967aee36cdd405ec0cd3a34f9ab06;p=simantics%2F3d.git diff --git a/org.simantics.plant3d/src/org/simantics/plant3d/dialog/ComponentSelectionDialog.java b/org.simantics.plant3d/src/org/simantics/plant3d/dialog/ComponentSelectionDialog.java index dd3f4807..00b52f3b 100644 --- a/org.simantics.plant3d/src/org/simantics/plant3d/dialog/ComponentSelectionDialog.java +++ b/org.simantics.plant3d/src/org/simantics/plant3d/dialog/ComponentSelectionDialog.java @@ -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());