mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 22:54:01 -06:00
ExtruderIcon will now display that it's disabled correctly
CURA-5785
This commit is contained in:
parent
d661a8e626
commit
7f99ed1af3
4 changed files with 24 additions and 6 deletions
|
@ -49,6 +49,7 @@ Cura.ExpandableComponent
|
|||
{
|
||||
id: extruderIcon
|
||||
materialColor: model.color
|
||||
extruderEnabled: model.enabled
|
||||
height: parent.height
|
||||
width: height
|
||||
}
|
||||
|
@ -118,6 +119,7 @@ Cura.ExpandableComponent
|
|||
{
|
||||
anchors.horizontalCenter: parent.horizontalCenter
|
||||
materialColor: model.color
|
||||
extruderEnabled: model.enabled
|
||||
width: parent.height
|
||||
height: parent.height
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue