Force update the provider when the setting's limit_to_extruder gets changed

CURA-4186

In the per-object settings, when a setting's limit_to_extruder gets
changed, its value should be updated too.
This commit is contained in:
Lipu Fei 2017-08-25 11:58:37 +02:00
parent c44e527305
commit 414901ae84

View file

@ -156,6 +156,15 @@ Item {
watchedProperties: [ "limit_to_extruder" ]
}
Connections
{
target: inheritStackProvider
onPropertiesChanged:
{
provider.forcePropertiesChanged();
}
}
Connections
{
target: UM.ActiveTool