After deletion of material the slection is refreshed

CURA-2388
This commit is contained in:
Jaime van Kessel 2016-09-20 13:58:44 +02:00
parent 426b48323f
commit 9ba78dec54

View File

@ -254,6 +254,7 @@ UM.ManagementPage
{
Cura.ContainerManager.removeContainer(containers[i])
}
currentItem = base.model.getItem(base.objectList.currentIndex) // Refresh the current item.
}
}