mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Merge pull request #1000 from BigRoy/bugfix/loader_load_option_box_widgets
Fix loader load option box widgets
This commit is contained in:
commit
9449600231
1 changed files with 0 additions and 1 deletions
|
|
@ -202,7 +202,6 @@ class AttributeDefinitionsWidget(QtWidgets.QWidget):
|
|||
|
||||
self._current_keys.add(attr_def.key)
|
||||
widget = create_widget_for_attr_def(attr_def, self)
|
||||
self._widgets.append(widget)
|
||||
self._widgets_by_id[attr_def.id] = widget
|
||||
|
||||
if not attr_def.visible:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue