mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
MaterialsPage material label is now also updated after rename. CURA-1969
This commit is contained in:
parent
2ae998737f
commit
77b58d8231
1 changed files with 2 additions and 0 deletions
|
|
@ -273,6 +273,8 @@ TabView
|
||||||
if(old_value != new_value)
|
if(old_value != new_value)
|
||||||
{
|
{
|
||||||
Cura.ContainerManager.setContainerName(base.containerId, new_value);
|
Cura.ContainerManager.setContainerName(base.containerId, new_value);
|
||||||
|
// update material name label. not so pretty, but it works
|
||||||
|
materialProperties.name = new_value;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue