EditField.st
changeset 4320 088ca53d23ad
parent 4214 d98c74667441
child 4507 5d052c1b7f02
--- a/EditField.st	Wed Oct 05 16:10:51 2011 +0200
+++ b/EditField.st	Wed Oct 05 16:12:05 2011 +0200
@@ -1857,8 +1857,6 @@
 
     super initStyle.
 
-"/    DefaultFont notNil ifTrue:[font := DefaultFont on:device]
-
     DefaultBackgroundColor notNil ifTrue:[
         bgColor := DefaultBackgroundColor onDevice:device.
 "/        bgColor ditherForm notNil ifTrue:[
@@ -1888,7 +1886,8 @@
         ].
     ].
 
-    "Modified: / 21.5.1998 / 15:38:14 / cg"
+    "Modified: / 21-05-1998 / 15:38:14 / cg"
+    "Modified (comment): / 05-10-2011 / 15:51:15 / az"
 !
 
 initialize
@@ -2287,9 +2286,9 @@
 !EditField class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/EditField.st,v 1.218 2011-01-20 07:15:42 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/EditField.st,v 1.219 2011-10-05 14:12:05 az Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/EditField.st,v 1.218 2011-01-20 07:15:42 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/EditField.st,v 1.219 2011-10-05 14:12:05 az Exp $'
 ! !