mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
fix dict studio override
This commit is contained in:
parent
a4babc31da
commit
0506d51395
1 changed files with 3 additions and 3 deletions
|
|
@ -1569,10 +1569,10 @@ class DictWidget(QtWidgets.QWidget, ConfigObject):
|
|||
if parent_values is not NOT_SET:
|
||||
value = parent_values.get(self.key, NOT_SET)
|
||||
|
||||
if value is NOT_SET:
|
||||
self._has_studio_override = False
|
||||
else:
|
||||
self._has_studio_override = False
|
||||
if self.is_group and value is not NOT_SET:
|
||||
self._has_studio_override = True
|
||||
|
||||
self._had_studio_override = bool(self._has_studio_override)
|
||||
|
||||
for item in self.input_fields:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue