import org.simantics.browsing.ui.swt.IPropertyPage;\r
import org.simantics.db.ReadGraph;\r
import org.simantics.db.Session;\r
+import org.simantics.db.common.ResourceArray;\r
import org.simantics.diagram.adapter.FlagClassFactory;\r
import org.simantics.diagram.handler.CopyPasteHandler;\r
import org.simantics.diagram.stubs.DiagramResource;\r
\r
@Override\r
protected void addStructureParticipants(ICanvasContext ctx) {\r
- structuralPath = getResourceInput().getResourceArray().removeFromBeginning(1);\r
- ctx.add(new WorkbenchStructuralSelectionProvider2(swt, getSite(), structuralPath));\r
+// structuralPath = getResourceInput().getResourceArray().removeFromBeginning(1);\r
+ ctx.add(new WorkbenchStructuralSelectionProvider2(swt, getSite(), ResourceArray.EMPTY));\r
}\r
\r
@Override\r