ListView.st
changeset 780 48f97576806f
parent 776 007d1d3463cf
child 798 9ab00cb0d9d3
--- a/ListView.st	Fri Jul 05 18:02:05 1996 +0200
+++ b/ListView.st	Fri Jul 05 18:03:38 1996 +0200
@@ -383,7 +383,7 @@
         super font:aFont.
         realized ifTrue:[
             widthOfWidestLine := nil. "/ i.e. unknown
-            (font device == device) ifTrue:[
+            (font graphicsDevice == device) ifTrue:[
                 self getFontParameters.
                 self computeNumberOfLinesShown.
                 shown ifTrue:[
@@ -394,7 +394,7 @@
         ]
     ]
 
-    "Modified: 22.5.1996 / 12:35:41 / cg"
+    "Modified: 5.7.1996 / 17:55:34 / cg"
 !
 
 foregroundColor
@@ -3262,5 +3262,5 @@
 !ListView  class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/ListView.st,v 1.96 1996-07-05 14:44:43 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/ListView.st,v 1.97 1996-07-05 16:03:38 cg Exp $'
 ! !