mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Correctly emit signal
This commit is contained in:
parent
cfa5815fda
commit
eec3f61641
1 changed files with 1 additions and 1 deletions
|
|
@ -197,7 +197,7 @@ class ConvertorItemsGroupWidget(BaseGroupWidget):
|
|||
else:
|
||||
widget = ConvertorItemCardWidget(item, self)
|
||||
widget.selected.connect(self._on_widget_selection)
|
||||
widget.double_clicked(self.double_clicked)
|
||||
widget.double_clicked.emit(self.double_clicked)
|
||||
self._widgets_by_id[item.id] = widget
|
||||
self._content_layout.insertWidget(widget_idx, widget)
|
||||
widget_idx += 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue