Tools__LintRuleSelectionDialog.st
changeset 17287 ab847ac24b33
parent 16588 5def03d038e2
child 17359 400b65ecc983
child 17379 028adf14bc05
--- a/Tools__LintRuleSelectionDialog.st	Sat Jan 28 02:10:59 2017 +0100
+++ b/Tools__LintRuleSelectionDialog.st	Sat Jan 28 02:12:22 2017 +0100
@@ -103,7 +103,8 @@
     dialog open.
     dialog accepted ifTrue:[
         rules := dialog selectionAsRule
-    ]
+    ].
+    rules inspect.
 
                                                                 [exEnd]