mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -06:00
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:
parent
c44e527305
commit
414901ae84
1 changed files with 9 additions and 0 deletions
|
@ -156,6 +156,15 @@ Item {
|
|||
watchedProperties: [ "limit_to_extruder" ]
|
||||
}
|
||||
|
||||
Connections
|
||||
{
|
||||
target: inheritStackProvider
|
||||
onPropertiesChanged:
|
||||
{
|
||||
provider.forcePropertiesChanged();
|
||||
}
|
||||
}
|
||||
|
||||
Connections
|
||||
{
|
||||
target: UM.ActiveTool
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue