Merge pull request #1000 from BigRoy/bugfix/loader_load_option_box_widgets

Fix loader load option box widgets
This commit is contained in:
Jakub Trllo 2024-11-08 13:44:57 +01:00 committed by GitHub
commit 9449600231
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: