need device font for query
authorca
Thu, 12 Mar 1998 14:42:22 +0100
changeset 821 fb1c37408cd9
parent 820 0f0b4a82bdc5
child 822 cace81f0a86b
need device font for query
ListEntry.st
--- a/ListEntry.st	Wed Mar 11 21:21:49 1998 +0100
+++ b/ListEntry.st	Thu Mar 12 14:42:22 1998 +0100
@@ -95,7 +95,7 @@
      Assume the GC's font is taken. If that is not the case in a
      particular subclass, this method is to be redefined there."
 
-    ^ aGC font height
+    ^ aGC font heightOn:(aGC device) 
 
     "Created: 12.5.1996 / 20:37:06 / cg"
 !
@@ -171,5 +171,5 @@
 !ListEntry class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/ListEntry.st,v 1.14 1998-02-05 19:02:08 ca Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/ListEntry.st,v 1.15 1998-03-12 13:42:22 ca Exp $'
 ! !