#REFACTORING by stefan
authorStefan Vogel <sv@exept.de>
Thu, 14 Apr 2016 12:53:21 +0200
changeset 5661 29bab6b278bf
parent 5658 bfc80e89fb1a
child 5662 617a00e75604
#REFACTORING by stefan class: ListView changed: #initStyle (send #== instead of #=)
ListView.st
--- a/ListView.st	Tue Apr 12 16:18:12 2016 +0200
+++ b/ListView.st	Thu Apr 14 12:53:21 2016 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1989 by Claus Gittinger
 	      All Rights Reserved
@@ -2503,7 +2501,7 @@
     lineSpacing := 2.
     "/ q&d temporary hack.
     "/ X11 fonts are currently so ugly... add more spacing.
-    device platformName = #X11 ifTrue:[
+    device platformName == #X11 ifTrue:[
         lineSpacing := lineSpacing + 3.
     ].
     fgColor := DefaultForegroundColor.