checkin from browser
authorClaus Gittinger <cg@exept.de>
Thu, 06 Jul 2000 20:38:43 +0200
changeset 3221 59f49af4023b
parent 3220 e3e2f81a99df
child 3222 0bb571e07c0e
checkin from browser
Cursor.st
--- a/Cursor.st	Thu Jul 06 17:45:51 2000 +0200
+++ b/Cursor.st	Thu Jul 06 20:38:43 2000 +0200
@@ -371,6 +371,7 @@
 
 initialize
     Color initialize.
+    Form initialize.
     self initializeNewCursors
 
     "
@@ -3309,6 +3310,6 @@
 !Cursor class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/Cursor.st,v 1.90 2000-07-05 15:50:32 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Cursor.st,v 1.91 2000-07-06 18:38:43 cg Exp $'
 ! !
 Cursor initialize!