mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-22 22:23:57 -06:00
Fix resolve in profile bug. Removed unnecessary imports. Removed unnecessary watch. Contributes to CURA-2007
This commit is contained in:
parent
0268bf3f56
commit
9521a85318
3 changed files with 3 additions and 5 deletions
|
@ -125,7 +125,7 @@ ScrollView
|
|||
id: inheritStackProvider
|
||||
containerStackId: Cura.MachineManager.activeMachineId
|
||||
key: model.key
|
||||
watchedProperties: [ "global_inherits_stack", "value" ]
|
||||
watchedProperties: [ "global_inherits_stack" ]
|
||||
}
|
||||
|
||||
UM.SettingPropertyProvider
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue