]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.selectionview/src/org/simantics/selectionview/SelectionViewUtils.java
Allow special category treatment for any predicate
[simantics/platform.git] / bundles / org.simantics.selectionview / src / org / simantics / selectionview / SelectionViewUtils.java
index ce80c9f827f41bfb9e2045432d1ea0e8c514efe2..a455848d4d7ee12bc1eb5523cfea755692881bc2 100644 (file)
@@ -18,7 +18,7 @@ public class SelectionViewUtils {
                SelectionViewResources SEL = SelectionViewResources.getInstance(graph);
                Resource categoryResource = info.getPossibleRepresents(graph);
                
-               if(SEL.CategoryHidden.equals(categoryResource)) {
+               //if(SEL.CategoryHidden.equals(categoryResource)) {
                        
                        Variable property = info.getParent(graph);
                        Variable parent = property.getParent(graph);
@@ -41,7 +41,7 @@ public class SelectionViewUtils {
                        } finally {
                    sclContext.put("graph", oldGraph);
                        }
-               }
+               //}
                
                return null;