#OTHER by cg
authorClaus Gittinger <cg@exept.de>
Fri, 06 May 2016 13:12:11 +0200
changeset 5073 6140068a7a1f
parent 5071 976ed2a22e27
child 5074 1f0c4ef255d8
#OTHER by cg tooltip with tabs...
SelectionInListModelView.st
--- a/SelectionInListModelView.st	Fri May 06 04:54:44 2016 +0200
+++ b/SelectionInListModelView.st	Fri May 06 13:12:11 2016 +0200
@@ -1997,7 +1997,7 @@
     len > width ifTrue:[
         line := self at:lineNr ifAbsent:nil.
         line notNil ifTrue:[
-            ^ line string asString
+            ^ line string asString collect:[:ch | ch isSeparator ifTrue:[$ ] ifFalse:[ch]].
         ].    
     ].
     ^ nil