mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
enhancement/AY-1456_double_click_at_instance_switch_to_publish_tab
This commit is contained in:
parent
ab1b49b988
commit
427d36c5ac
1 changed files with 0 additions and 6 deletions
|
|
@ -720,7 +720,6 @@ class InstanceCardView(AbstractInstanceView):
|
|||
)
|
||||
group_widget.active_changed.connect(self._on_active_changed)
|
||||
group_widget.selected.connect(self._on_widget_selection)
|
||||
# group_widget.double_clicked.connect(self._on_widget_double_clicked)
|
||||
self._content_layout.insertWidget(widget_idx, group_widget)
|
||||
self._widgets_by_group[group_name] = group_widget
|
||||
|
||||
|
|
@ -831,11 +830,6 @@ class InstanceCardView(AbstractInstanceView):
|
|||
|
||||
self.selection_changed.emit()
|
||||
|
||||
# def _on_widget_double_clicked(self):
|
||||
# print("_on_widget_double_clicked")
|
||||
# widgets = self._get_selected_widgets()
|
||||
# print(widgets)
|
||||
|
||||
def _select_item_clear(self, instance_id, group_name, new_widget):
|
||||
"""Select specific item by instance id and clear previous selection.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue