Cursor.st
changeset 3218 dd321bee52a3
parent 3213 78add46c0f4b
child 3221 59f49af4023b
--- a/Cursor.st	Wed Jul 05 11:25:57 2000 +0200
+++ b/Cursor.st	Wed Jul 05 17:50:32 2000 +0200
@@ -370,6 +370,7 @@
 !
 
 initialize
+    Color initialize.
     self initializeNewCursors
 
     "
@@ -3308,6 +3309,6 @@
 !Cursor class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/Cursor.st,v 1.89 2000-07-02 12:54:02 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Cursor.st,v 1.90 2000-07-05 15:50:32 cg Exp $'
 ! !
 Cursor initialize!