diff -r 0ce71c8c8ca2 -r 97edccbfda90 Label.st --- a/Label.st Wed Jun 12 03:27:20 2019 +0000 +++ b/Label.st Mon Jun 17 19:17:38 2019 +0200 @@ -1098,7 +1098,7 @@ newLogo isStringCollection ifTrue:[ numberOfLines := newLogo size. (numberOfLines <= 1) ifTrue:[ - newLogo := newLogo asString + newLogo := newLogo asStringWithoutFinalCR ] ] ]. @@ -1142,7 +1142,7 @@ "Created: / 13-10-2010 / 12:16:34 / cg" "Modified (format): / 13-02-2017 / 20:26:33 / cg" - "Modified: / 08-05-2019 / 03:22:07 / Claus Gittinger" + "Modified: / 17-06-2019 / 19:16:54 / Claus Gittinger" ! label:newLabel suppressResize:suppress