deepCopy change
authorab
Wed, 09 Apr 2008 21:40:52 +0200
changeset 4934 d715eb782001
parent 4933 315804464b40
child 4935 57354733f7d4
deepCopy change
Font.st
--- a/Font.st	Wed Apr 09 21:40:47 2008 +0200
+++ b/Font.st	Wed Apr 09 21:40:52 2008 +0200
@@ -293,9 +293,10 @@
     "Created: 28.5.1996 / 18:39:53 / cg"
 ! !
 
+
 !Font methodsFor:'copying'!
 
-deepCopyUsing:aDictionary
+deepCopyUsing:aDictionary postCopySelector:postCopySelector
     ^ self
 ! !
 
@@ -1163,7 +1164,7 @@
 !Font class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/Font.st,v 1.102 2008-01-09 12:11:21 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Font.st,v 1.103 2008-04-09 19:40:52 ab Exp $'
 ! !
 
 Font initialize!