mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 17:04:54 +01:00
refresh active state on view change
This commit is contained in:
parent
1df123a863
commit
7c6e2e52df
1 changed files with 2 additions and 0 deletions
|
|
@ -225,6 +225,8 @@ class PublisherWindow(QtWidgets.QWidget):
|
|||
if not refreshed:
|
||||
new_view.refresh()
|
||||
self._views_refreshed[view_type] = True
|
||||
else:
|
||||
new_view.refresh_active_state()
|
||||
|
||||
if new_view is not old_view:
|
||||
selected_instances = old_view.get_selected_instances()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue