mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-29 22:01:14 -07:00
FIx deprecation warning
This commit is contained in:
parent
62c1e37e04
commit
3c6412d5d7
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue