WIP: Fix material name update upon machine switching

This commit is contained in:
Lipu Fei 2018-02-21 12:39:04 +01:00
parent c411091fde
commit 02472f6ad2
2 changed files with 10 additions and 5 deletions

View file

@ -265,7 +265,7 @@ Column
text: currentRootMaterialName
tooltip: currentRootMaterialName
visible: Cura.MachineManager.hasMaterials
enabled: !extrudersList.visible || base.currentExtruderIndex > -1
enabled: !extrudersList.visible || base.currentExtruderIndex > -1
height: UM.Theme.getSize("setting_control").height
width: Math.round(parent.width * 0.7) + UM.Theme.getSize("sidebar_margin").width
anchors.right: parent.right