mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-13 02:53:15 +08:00
Fix QML warning.
done as part of CURA-11396
This commit is contained in:
parent
b3825ee1c7
commit
ed47c05e4b
@ -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…
x
Reference in New Issue
Block a user