changed: #fontMetricsOf:
authorStefan Vogel <sv@exept.de>
Wed, 25 Apr 2012 10:04:02 +0200
changeset 5905 019e270dbce1
parent 5904 238059ebf678
child 5906 7aa045d62811
changed: #fontMetricsOf: remove duplicate line
XWorkstation.st
--- a/XWorkstation.st	Tue Apr 17 21:43:23 2012 +0200
+++ b/XWorkstation.st	Wed Apr 25 10:04:02 2012 +0200
@@ -6460,7 +6460,6 @@
                 } else if (f->direction == FontRightToLeft) {
                     dir = @symbol(RightToLeft);
                 }
-                avgDescent = __MKSMALLINT(f->descent);
                 avgAscent = __MKSMALLINT(f->ascent);
                 avgDescent = __MKSMALLINT(f->descent);
                 maxAscent = __MKSMALLINT(f->max_bounds.ascent);
@@ -12466,7 +12465,7 @@
 !XWorkstation class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview/XWorkstation.st,v 1.540 2012-04-17 19:43:23 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/XWorkstation.st,v 1.541 2012-04-25 08:04:02 stefan Exp $'
 !
 
 version_SVN