ButtonController.st
changeset 3224 9dd0891a2ff4
parent 2962 f466b7d4e881
child 3471 24a5f40ff045
--- a/ButtonController.st	Wed Dec 21 11:32:22 2005 +0100
+++ b/ButtonController.st	Wed Dec 21 12:40:35 2005 +0100
@@ -556,6 +556,8 @@
     "trigger on Return and space, if I am the focusView of my group
      (i.e. if I got an explicit focus)"
 
+    <resource: #keyboard (#Return)>
+
     view hasFocus ifTrue:[
         ((key == Character space)
         or:[key == #Return]) ifTrue:[
@@ -788,5 +790,5 @@
 !ButtonController class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/ButtonController.st,v 1.68 2004-04-07 08:32:20 werner Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/ButtonController.st,v 1.69 2005-12-21 11:40:28 cg Exp $'
 ! !