mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Remove usages of deprecated function
This commit is contained in:
parent
18630fa2f1
commit
d42f446d70
3 changed files with 9 additions and 4 deletions
|
@ -319,8 +319,8 @@ Item
|
|||
OldControls.ToolButton
|
||||
{
|
||||
id: variantSelection
|
||||
text: Cura.MachineManager.activeVariantName
|
||||
tooltip: Cura.MachineManager.activeVariantName
|
||||
text: Cura.MachineManager.activeStack != null ? Cura.MachineManager.activeStack.variant.name : ""
|
||||
tooltip: text
|
||||
height: parent.height
|
||||
width: selectors.controlWidth
|
||||
style: UM.Theme.styles.print_setup_header_button
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue