Remove usages of deprecated function

This commit is contained in:
Jaime van Kessel 2019-05-03 13:17:10 +02:00
parent 18630fa2f1
commit d42f446d70
3 changed files with 9 additions and 4 deletions

View file

@ -140,7 +140,7 @@ UM.Dialog
}
Label
{
text: Cura.MachineManager.activeVariantBuildplateName
text: Cura.activeStack != null ? Cura.MachineManager.activeStack.variant.name : ""
width: Math.floor(scroll.width / 3) | 0
}
}