FIx deprecation warning

This commit is contained in:
Jaime van Kessel 2022-04-06 09:53:27 +02:00
parent 62c1e37e04
commit 3c6412d5d7

View File

@ -70,7 +70,7 @@ Rectangle
wrapMode: Text.Wrap wrapMode: Text.Wrap
elide: Text.ElideRight elide: Text.ElideRight
onLineLaidOut: onLineLaidOut: (line) =>
{ {
if(line.isLast) if(line.isLast)
{ {