From 4890725c9b7e31540dd84a11e16d73c643402a17 Mon Sep 17 00:00:00 2001 From: Reino Ruusu Date: Wed, 6 Nov 2019 12:51:14 +0200 Subject: [PATCH] Add a "Properties" tab to selection view for pipeline components. refs #49 Change-Id: Id61d4186f8a33e33308adaf0d262130c0e6c5ddd --- .../plant3d/property/P3DSelectionProcessor.java | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) 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) { -- 2.45.2