mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 13:52:15 +01:00
Merge pull request #546 from pypeclub/bugfix/dict_as_widget_fix
Dict as widget can't apply project overrides
This commit is contained in:
commit
84c963627e
1 changed files with 3 additions and 1 deletions
|
|
@ -2442,7 +2442,9 @@ class DictWidget(QtWidgets.QWidget, SettingObject):
|
|||
self._state = None
|
||||
self._child_state = None
|
||||
|
||||
if not self.as_widget:
|
||||
if self.as_widget:
|
||||
override_values = parent_values
|
||||
else:
|
||||
metadata = {}
|
||||
groups = tuple()
|
||||
override_values = NOT_SET
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue