mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
deselect only workfiles
This commit is contained in:
parent
503e627fb5
commit
c1d0510fd3
1 changed files with 1 additions and 1 deletions
|
|
@ -185,7 +185,7 @@ class HierarchyPage(QtWidgets.QWidget):
|
|||
self._tasks_widget.set_task_ids_filter(task_ids)
|
||||
|
||||
def _on_folders_focus(self):
|
||||
self._tasks_widget.deselect()
|
||||
self._workfiles_page.deselect()
|
||||
|
||||
def _on_tasks_focus(self):
|
||||
self._workfiles_page.deselect()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue