From: Reino Ruusu Date: Tue, 28 Apr 2020 13:06:01 +0000 (+0300) Subject: Fix enabled state of wall thickness X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=commitdiff_plain;ds=sidebyside;h=77bd57393f474a10166872fe90a7b92f2446e9b5;p=simantics%2F3d.git Fix enabled state of wall thickness gitlab #123 Change-Id: Ic6dc1d8b285cdd232413349c785c84d1ba53b97d (cherry picked from commit 900b3d3e873862bef601035148abc6f5c49c6a83) --- 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 207f929e..2911be36 100644 --- a/org.simantics.plant3d/src/org/simantics/plant3d/dialog/ComponentSelectionDialog.java +++ b/org.simantics.plant3d/src/org/simantics/plant3d/dialog/ComponentSelectionDialog.java @@ -645,6 +645,7 @@ public class ComponentSelectionDialog extends Dialog implements ISelectionChange } else { turnRadiusText.setEnabled(false); diameterText.setEnabled(false); + thicknessText.setEnabled(false); } if (!selected.isVariable()) {