CURA-4774 There is a delay so we update the current index when the model gets changed.
@@ -153,6 +153,15 @@ UM.ManagementPage
forceActiveFocus()
Cura.ContainerManager.createMaterial()
}
+
+ Connections
+ {
+ target: base.objectList.model
+ onItemsChanged:
+ base.objectList.currentIndex = base.getIndexById(Cura.MachineManager.activeMaterialId);
+ }
},
// Duplicate button