mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Materials are now also handled in conflict resolvement
CURA-1263
This commit is contained in:
parent
9539774c0b
commit
92a4fd7239
3 changed files with 62 additions and 9 deletions
|
|
@ -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: manager.materialConflict
|
||||
Row
|
||||
{
|
||||
width: parent.width
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue