diff -r 168d22695040 -r 219a28ca67d1 SelectionInListView.st --- a/SelectionInListView.st Fri May 06 06:55:15 2016 +0200 +++ b/SelectionInListView.st Sat May 07 06:52:44 2016 +0200 @@ -2817,7 +2817,7 @@ lineNr notNil ifTrue:[ len := self widthOfLine:lineNr. len > width ifTrue:[ - ^ (self listAt:lineNr) + ^ (self listAt:lineNr) collect:[:ch | ch isSeparator ifTrue:[$ ] ifFalse:[ch]] ]. ]. ^ nil