Skip to content

Commit

Permalink
Merge pull request #1078 from BigRoy/bugfix/publisher_ui_convert_lega…
Browse files Browse the repository at this point in the history
…cy_instances_emit_signal

Publisher: Convert legacy instances UI does not display correctly
  • Loading branch information
BigRoy authored Jan 13, 2025
2 parents b001a4c + 3323e4b commit a141237
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ def update_items(self, items_by_id):
else:
widget = ConvertorItemCardWidget(item, self)
widget.selected.connect(self._on_widget_selection)
widget.double_clicked(self.double_clicked)
widget.double_clicked.connect(self.double_clicked)
self._widgets_by_id[item.id] = widget
self._content_layout.insertWidget(widget_idx, widget)
widget_idx += 1
Expand Down

0 comments on commit a141237

Please sign in to comment.