MaterialsPage material label is now also updated after rename. CURA-1969

This commit is contained in:
Jack Ha 2016-08-25 10:37:11 +02:00
parent 2ae998737f
commit 77b58d8231

View file

@ -273,6 +273,8 @@ TabView
if(old_value != new_value)
{
Cura.ContainerManager.setContainerName(base.containerId, new_value);
// update material name label. not so pretty, but it works
materialProperties.name = new_value;
}
}
}