mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-06 04:41:58 +02:00
[graph] GroupAttribute: emit valueChanged when children values change
make sure 'isDefault' property is re-evaluated when a child value changes
This commit is contained in:
parent
75f33bdba0
commit
2b76266fe7
1 changed files with 1 additions and 0 deletions
|
@ -369,6 +369,7 @@ class GroupAttribute(Attribute):
|
||||||
for subAttrDesc in self.attributeDesc.groupDesc:
|
for subAttrDesc in self.attributeDesc.groupDesc:
|
||||||
childAttr = attribute_factory(subAttrDesc, None, self.isOutput, self.node, self)
|
childAttr = attribute_factory(subAttrDesc, None, self.isOutput, self.node, self)
|
||||||
subAttributes.append(childAttr)
|
subAttributes.append(childAttr)
|
||||||
|
childAttr.valueChanged.connect(self.valueChanged)
|
||||||
|
|
||||||
self._value.reset(subAttributes)
|
self._value.reset(subAttributes)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue