#OTHER by cg
authorClaus Gittinger <cg@exept.de>
Wed, 08 Feb 2017 00:57:16 +0100
changeset 6082 8e35a927189c
parent 6081 a3c3c71df0ef
child 6083 3843436837d2
#OTHER by cg annotations
ButtonController.st
--- a/ButtonController.st	Wed Feb 08 00:57:15 2017 +0100
+++ b/ButtonController.st	Wed Feb 08 00:57:16 2017 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1995 by Claus Gittinger
 	      All Rights Reserved
@@ -784,6 +782,8 @@
 !
 
 initialize
+    <modifier: #super> "must be called if redefined"
+
     super initialize.
 
     enableChannel := ValueHolder with:true.
@@ -798,7 +798,7 @@
     isTriggerOnDown := false.
     isToggle := isRadio := false.
 
-    "Modified: / 21.5.1998 / 03:07:02 / cg"
+    "Modified: / 08-02-2017 / 00:34:34 / cg"
 !
 
 reinitialize