class: ButtonController
authorClaus Gittinger <cg@exept.de>
Mon, 23 Jun 2014 15:03:29 +0200
changeset 5074 b7858d0751f0
parent 5073 f175c1bfb3b0
child 5075 b6044bfa44f9
class: ButtonController comment/format in: #requestAutoAccept
ButtonController.st
--- a/ButtonController.st	Mon Jun 23 15:02:55 2014 +0200
+++ b/ButtonController.st	Mon Jun 23 15:03:29 2014 +0200
@@ -731,10 +731,11 @@
 
 requestAutoAccept
     "request to autoAccept from a keyboardProcessor.
-     AutoAccept is allowed, if I am enabled and a default buttons controller"
+     AutoAccept is always allowed"
 
     ^ true.
-"/    ^ self enabled and:[view isDefault]
+    "/ used to be:
+    "/    ^ self enabled and:[view isDefault]
 ! !
 
 !ButtonController methodsFor:'initialization'!
@@ -788,6 +789,6 @@
 !ButtonController class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/ButtonController.st,v 1.78 2014-06-18 16:55:37 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/ButtonController.st,v 1.79 2014-06-23 13:03:29 cg Exp $'
 ! !