Object.st
changeset 11065 17c01b01000f
parent 11048 feed33f1f796
child 11068 a5ef673886fd
--- a/Object.st	Thu Jun 26 16:28:14 2008 +0200
+++ b/Object.st	Sat Jun 28 13:52:33 2008 +0200
@@ -3387,7 +3387,7 @@
      This method returns the number of pixels by which the receiver will draw above
      the given y coordinate."
 
-    ^ (aGC font onDevice:aGC device) ascent
+    ^ aGC fontAscent
 !
 
 displayOn:aGCOrStream
@@ -9045,7 +9045,7 @@
 !Object class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Object.st,v 1.605 2008-06-05 10:17:59 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Object.st,v 1.606 2008-06-28 11:52:33 stefan Exp $'
 ! !
 
 Object initialize!