checkin from browser
authorClaus Gittinger <cg@exept.de>
Thu, 24 Jul 1997 18:23:30 +0200
changeset 1274 a861b526e2c0
parent 1273 0ddd78d2e221
child 1275 849085b6b7f2
checkin from browser
EditField.st
--- a/EditField.st	Thu Jul 24 18:22:41 1997 +0200
+++ b/EditField.st	Thu Jul 24 18:23:30 1997 +0200
@@ -1885,13 +1885,13 @@
 
 !EditField methodsFor:'realization'!
 
-postRealize
+realize
     "scroll back to beginning when realized"
 
     leftOffset := 0.
-    super postRealize
+    super realize
 
-    "Created: 24.7.1997 / 15:00:38 / cg"
+    "Created: 24.7.1997 / 18:23:15 / cg"
 ! !
 
 !EditField methodsFor:'scrolling'!
@@ -1943,5 +1943,5 @@
 !EditField class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/EditField.st,v 1.93 1997-07-24 13:00:57 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/EditField.st,v 1.94 1997-07-24 16:23:30 cg Exp $'
 ! !