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:
Jaime van Kessel 2018-09-21 09:33:25 +02:00
parent 2dbaa304a0
commit 054a49c63d

View file

@ -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.