mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 07:33:57 -06:00
Fix QML warning.
done as part of CURA-11396
This commit is contained in:
parent
b3825ee1c7
commit
ed47c05e4b
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ Rectangle
|
|||
anchors.verticalCenter: extruderIcon.verticalCenter
|
||||
anchors.left: extruderIcon.right
|
||||
anchors.leftMargin: UM.Theme.getSize("default_margin").width
|
||||
text: modelData.core
|
||||
text: modelData ? (modelData.core ? modelData.core : "" ) : ""
|
||||
font: UM.Theme.getFont("default_bold")
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue