Tools__LintRuleSelectionDialog.st
branchjv
changeset 17379 028adf14bc05
parent 16596 f111c3082dd1
parent 17287 ab847ac24b33
--- a/Tools__LintRuleSelectionDialog.st	Wed Jan 25 19:02:59 2017 +0000
+++ b/Tools__LintRuleSelectionDialog.st	Wed Feb 01 11:36:30 2017 +0000
@@ -103,7 +103,8 @@
     dialog open.
     dialog accepted ifTrue:[
         rules := dialog selectionAsRule
-    ]
+    ].
+    rules inspect.
 
                                                                 [exEnd]