mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 03:06:00 +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" ]
|
watchedProperties: [ "limit_to_extruder" ]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Connections
|
||||||
|
{
|
||||||
|
target: inheritStackProvider
|
||||||
|
onPropertiesChanged:
|
||||||
|
{
|
||||||
|
provider.forcePropertiesChanged();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
Connections
|
Connections
|
||||||
{
|
{
|
||||||
target: UM.ActiveTool
|
target: UM.ActiveTool
|
||||||
|
Loading…
x
Reference in New Issue
Block a user