mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 21:13:58 -06: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
1 changed files with 0 additions and 6 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue