TopView.st
changeset 7847 a19ce510b266
parent 7694 79afd8c2c966
child 8040 a2f91f423172
--- a/TopView.st	Wed Feb 08 00:56:21 2017 +0100
+++ b/TopView.st	Wed Feb 08 00:56:52 2017 +0100
@@ -808,6 +808,8 @@
 initialize
     "initialize the topViews position for the screens center"
 
+    <modifier: #super> "must be called if redefined"
+
     |screenCenter|
 
     super initialize.
@@ -820,7 +822,7 @@
     top := screenCenter y - (height // 2).
     type := 0
 
-    "Modified: / 22-10-2010 / 11:03:00 / cg"
+    "Modified: / 08-02-2017 / 00:26:43 / cg"
 !
 
 postRealize