mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 21:45:56 +08: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
@ -156,6 +156,15 @@ Item {
|
||||
watchedProperties: [ "limit_to_extruder" ]
|
||||
}
|
||||
|
||||
Connections
|
||||
{
|
||||
target: inheritStackProvider
|
||||
onPropertiesChanged:
|
||||
{
|
||||
provider.forcePropertiesChanged();
|
||||
}
|
||||
}
|
||||
|
||||
Connections
|
||||
{
|
||||
target: UM.ActiveTool
|
||||
|
Loading…
x
Reference in New Issue
Block a user