]> gerrit.simantics Code Review - simantics/platform.git/commitdiff
Merge "Automatic table column resizing for SCL console manage imports dialog." into...
authorTuukka Lehtonen <tuukka.lehtonen@semantum.fi>
Wed, 19 Apr 2017 09:13:15 +0000 (12:13 +0300)
committerGerrit Code Review <gerrit2@www.simantics.org>
Wed, 19 Apr 2017 09:13:15 +0000 (12:13 +0300)
bundles/org.simantics.issues.ui/src/org/simantics/issues/ui/handler/UpdateIssuesForOpenDiagrams.java

index 0f7cec48de62500cab7e84868569aa040d0b053c..73073b09ff90c89308eb474008cdf3b7bd00517a 100644 (file)
@@ -122,7 +122,7 @@ public class UpdateIssuesForOpenDiagrams extends AbstractHandler {
                                 
                                 context.contexts = compositesToValidate;
                                 if(!compositesToValidate.isEmpty()) {
-                                       ModelTransferableGraphSourceRequest.getDomainOnly(graph, monitor, compositesToValidate);
+                                    context.domain = ModelTransferableGraphSourceRequest.getDomainOnly(graph, monitor, compositesToValidate);
                                 }
                                 
                             }