X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=bundles%2Forg.simantics.platform.ui.ontology%2Fscl%2FSimantics%2FPlatformUI.scl;h=b91964e400fdfb012006361fcbd7c166408561fb;hb=refs%2Fchanges%2F21%2F3721%2F1;hp=07309cb7b2876ea7a233439edea2e57d00e5c0d9;hpb=efefe85bb75819bff218921d9f75a1592cff575f;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.platform.ui.ontology/scl/Simantics/PlatformUI.scl b/bundles/org.simantics.platform.ui.ontology/scl/Simantics/PlatformUI.scl index 07309cb7b..b91964e40 100644 --- a/bundles/org.simantics.platform.ui.ontology/scl/Simantics/PlatformUI.scl +++ b/bundles/org.simantics.platform.ui.ontology/scl/Simantics/PlatformUI.scl @@ -141,5 +141,5 @@ usedIssueSources indexRoot = do objectsWithType indexRoot L0.ConsistsOf ISSUE.IssueSource checkedStateRule :: BrowseNodeRule CheckedState -checkedStateRule (ResourceX r) = if existsStatement3 r ISSUE.IssueSource.Selected (parent r) then CHECKED else NOT_CHECKED +checkedStateRule (ResourceX r) = if existsStatement r ISSUE.IssueSource.Selected then CHECKED else NOT_CHECKED \ No newline at end of file