Replaced hack for setting extruders with more robust setter

CURA-1263
This commit is contained in:
Jaime van Kessel 2016-11-16 14:54:48 +01:00
parent b175e6876f
commit 053f0ca031
3 changed files with 17 additions and 5 deletions

View file

@ -128,7 +128,7 @@ UM.Dialog
width: parent.width
height: visible ? 25 : 0
text: catalog.i18nc("@info:tooltip", "How should the conflict in the material(s) be resolved?")
visible: false #manager.materialConflict
visible: false //manager.materialConflict
Row
{
width: parent.width