class: Tools::LintRuleList
authorJan Vrany <jan.vrany@fit.cvut.cz>
Thu, 27 Nov 2014 11:39:06 +0100
changeset 14923 7c189a24693c
parent 14922 fc6066810758
child 14924 4a9807948b2d
class: Tools::LintRuleList changed: #handlesButtonPress:inView:
Tools__LintRuleList.st
--- a/Tools__LintRuleList.st	Thu Nov 27 11:37:22 2014 +0100
+++ b/Tools__LintRuleList.st	Thu Nov 27 11:39:06 2014 +0100
@@ -438,11 +438,12 @@
 !
 
 handlesButtonPress:button inView:aView
-
-    ^listView == aView
+    ^ listView == aView
+        and:[ button == 1 
+        and:[ self modeHolder value == #select ] ]
 
     "Created: / 08-12-2009 / 14:08:49 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-    "Modified: / 15-04-2010 / 20:19:17 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 27-11-2014 / 09:18:42 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
 !LintRuleList methodsFor:'generators'!
@@ -829,14 +830,14 @@
 !LintRuleList class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__LintRuleList.st,v 1.24 2014-11-19 21:40:29 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__LintRuleList.st,v 1.25 2014-11-27 10:39:06 vrany Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__LintRuleList.st,v 1.24 2014-11-19 21:40:29 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__LintRuleList.st,v 1.25 2014-11-27 10:39:06 vrany Exp $'
 !
 
 version_SVN
-    ^ '$Id: Tools__LintRuleList.st,v 1.24 2014-11-19 21:40:29 cg Exp $'
+    ^ '$Id: Tools__LintRuleList.st,v 1.25 2014-11-27 10:39:06 vrany Exp $'
 ! !