Fixes for material duplication and editing, small refactoring - CURA-4787

This commit is contained in:
ChrisTerBeke 2018-01-12 09:19:03 +01:00
parent 2ca6541712
commit 225a205d97
2 changed files with 25 additions and 36 deletions

View file

@ -153,15 +153,6 @@ UM.ManagementPage
forceActiveFocus()
Cura.ContainerManager.createMaterial()
}
Connections
{
target: base.objectList.model
onItemsChanged:
{
base.objectList.currentIndex = base.getIndexById(Cura.MachineManager.activeMaterialId);
}
}
},
// Duplicate button