From: Reino Ruusu Date: Wed, 6 Nov 2019 10:51:14 +0000 (+0200) Subject: Add a "Properties" tab to selection view for pipeline components. X-Git-Tag: v1.43.0~142 X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F57%2F3457%2F1;p=simantics%2F3d.git Add a "Properties" tab to selection view for pipeline components. refs #49 Change-Id: Id61d4186f8a33e33308adaf0d262130c0e6c5ddd --- diff --git a/org.simantics.plant3d/src/org/simantics/plant3d/property/P3DSelectionProcessor.java b/org.simantics.plant3d/src/org/simantics/plant3d/property/P3DSelectionProcessor.java index 4970d0e9..e48f3320 100644 --- a/org.simantics.plant3d/src/org/simantics/plant3d/property/P3DSelectionProcessor.java +++ b/org.simantics.plant3d/src/org/simantics/plant3d/property/P3DSelectionProcessor.java @@ -70,7 +70,7 @@ public class P3DSelectionProcessor implements SelectionProcessor 0) { if (resourceCollection.size() > 1) result.add(new ComparableTabContributor(new MultiSelectionTabContibutor(),0, resourceCollection, "Graph")); @@ -83,9 +83,18 @@ public class P3DSelectionProcessor implements SelectionProcessor updateCallback) {