From f8e541f1d66cda57802da11aaa715b9f9c1c79a9 Mon Sep 17 00:00:00 2001 From: Marko Luukkainen Date: Thu, 28 Nov 2019 17:39:13 +0200 Subject: [PATCH] Allow adding adjustable length components in the middle of a pipe gitlab #26 Change-Id: Iafc06d7553984033a1e085866bf3f21536dd7e3c --- .../org/simantics/plant3d/dialog/ComponentSelectionDialog.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()); -- 2.45.2