# HG changeset patch # User Claus Gittinger # Date 1486511776 -3600 # Node ID 47bab7b3cf8a608fd169b0597e3cc56318ccd7c2 # Parent 8fa5cda16ce047de38f53146c0d1ee49af0a87db #OTHER by cg annotations diff -r 8fa5cda16ce0 -r 47bab7b3cf8a Button.st --- a/Button.st Sun Feb 05 04:52:31 2017 +0000 +++ b/Button.st Wed Feb 08 00:56:16 2017 +0100 @@ -1947,9 +1947,13 @@ ! initialize + "must be called if redefined" + super initialize. isReturnButton := defaultable := false. + + "Modified: / 08-02-2017 / 00:32:44 / cg" ! reinitialize