ButtonController.st
changeset 4488 bd63a9a30b8f
parent 4412 f162cf0124c2
child 5069 14d144986478
--- a/ButtonController.st	Fri Jan 11 16:48:07 2013 +0100
+++ b/ButtonController.st	Thu Jan 17 11:42:02 2013 +0100
@@ -554,7 +554,7 @@
     "trigger on Return and space, if I am the focusView of my group
      (i.e. if I got an explicit focus)"
 
-    <resource: #keyboard (#Return)>
+"/    <resource: #keyboard (#Return)>
 
     view hasExplicitFocus ifTrue:[
         ((key == Character space) "or:[key == #Return]") ifTrue:[
@@ -788,5 +788,6 @@
 !ButtonController class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/ButtonController.st,v 1.76 2012-03-28 11:14:44 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/ButtonController.st,v 1.77 2013-01-17 10:42:02 cg Exp $'
 ! !
+