mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 07:09:01 +08:00
Fix issue with inheritance manager button
Removed one of the special detection cases, since it incorrectly removed a value from a stored profile CURA=5646
This commit is contained in:
parent
2dbaa304a0
commit
054a49c63d
@ -261,12 +261,6 @@ Item {
|
||||
// entry (user container) are set, we can simply remove the container.
|
||||
propertyProvider.removeFromContainer(0)
|
||||
}
|
||||
else if(last_entry - 1 == base.stackLevel)
|
||||
{
|
||||
// Another special case. The setting that is overriden is only 1 instance container deeper,
|
||||
// so we can remove it.
|
||||
propertyProvider.removeFromContainer(last_entry - 1)
|
||||
}
|
||||
else
|
||||
{
|
||||
// Put that entry into the "top" instance container.
|
||||
|
Loading…
x
Reference in New Issue
Block a user