class: ListView
authorStefan Vogel <sv@exept.de>
Tue, 14 Jan 2014 16:31:16 +0100
changeset 4859 d89f4008aa9c
parent 4858 1e9e45729d44
child 4860 3235d4c19854
class: ListView changed: #initStyle do not use global display
ListView.st
--- a/ListView.st	Tue Jan 14 13:31:09 2014 +0100
+++ b/ListView.st	Tue Jan 14 16:31:16 2014 +0100
@@ -2492,7 +2492,7 @@
     lineSpacing := 2.
     "/ q&d temporary hack.
     "/ X11 fonts are currently so ugly... add more spacing.
-    Screen current platformName = #X11 ifTrue:[
+    device platformName = #X11 ifTrue:[
         lineSpacing := lineSpacing + 3.
     ].
     fgColor := DefaultForegroundColor.
@@ -5263,10 +5263,10 @@
 !ListView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/ListView.st,v 1.389 2014-01-14 12:31:09 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/ListView.st,v 1.390 2014-01-14 15:31:16 stefan Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/ListView.st,v 1.389 2014-01-14 12:31:09 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/ListView.st,v 1.390 2014-01-14 15:31:16 stefan Exp $'
 ! !