*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Wed, 09 Jun 1999 19:16:01 +0200
changeset 2765 cd4137edbc26
parent 2764 c7d8d29c81ac
child 2766 0774c5887e47
*** empty log message ***
GC.st
GraphicsContext.st
--- a/GC.st	Wed Jun 09 19:15:23 1999 +0200
+++ b/GC.st	Wed Jun 09 19:16:01 1999 +0200
@@ -357,7 +357,7 @@
         ].
 
         Font initialize.
-        DefaultFont := Font family:'courier' face:'medium' style:'roman' size:12
+        DefaultFont := Font family:'courier' face:'medium' style:'roman' size:12.
         Display notNil ifTrue:[
 	    DefaultFont := DefaultFont onDevice:Display
 	]
@@ -2136,6 +2136,6 @@
 !GraphicsContext class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/Attic/GC.st,v 1.77 1999-06-09 17:15:23 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Attic/GC.st,v 1.78 1999-06-09 17:16:01 cg Exp $'
 ! !
 GraphicsContext initialize!
--- a/GraphicsContext.st	Wed Jun 09 19:15:23 1999 +0200
+++ b/GraphicsContext.st	Wed Jun 09 19:16:01 1999 +0200
@@ -357,7 +357,7 @@
         ].
 
         Font initialize.
-        DefaultFont := Font family:'courier' face:'medium' style:'roman' size:12
+        DefaultFont := Font family:'courier' face:'medium' style:'roman' size:12.
         Display notNil ifTrue:[
 	    DefaultFont := DefaultFont onDevice:Display
 	]
@@ -2136,6 +2136,6 @@
 !GraphicsContext class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/GraphicsContext.st,v 1.77 1999-06-09 17:15:23 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/GraphicsContext.st,v 1.78 1999-06-09 17:16:01 cg Exp $'
 ! !
 GraphicsContext initialize!