ExtruderIcon will now display that it's disabled correctly

CURA-5785
This commit is contained in:
Jaime van Kessel 2018-11-16 16:04:11 +01:00
parent d661a8e626
commit 7f99ed1af3
4 changed files with 24 additions and 6 deletions

View file

@ -23,6 +23,7 @@ Button
{
width: UM.Theme.getSize("button_icon").width
materialColor: model.color
extruderEnabled: extruder.stack.isEnabled
property int index: extruder.index
}