mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 22:13:58 -06:00
Move removeMaterial() to MaterialManager
This commit is contained in:
parent
7642afb9fe
commit
5f0bb3a283
3 changed files with 16 additions and 15 deletions
|
@ -183,7 +183,7 @@ Item
|
|||
|
||||
onYes:
|
||||
{
|
||||
Cura.ContainerManager.removeMaterial(base.currentItem.container_node);
|
||||
base.materialManager.removeMaterial(base.currentItem.container_node);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue