mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 08:54:53 +01:00
added refresh_active_state for list view
This commit is contained in:
parent
66e561dace
commit
1df123a863
1 changed files with 4 additions and 0 deletions
|
|
@ -1141,6 +1141,10 @@ class InstanceListView(_AbstractInstanceView):
|
|||
self.instance_view.setIndexWidget(proxy_index, widget)
|
||||
self._widgets_by_id[instance.data["uuid"]] = widget
|
||||
|
||||
def refresh_active_state(self):
|
||||
for widget in self._widgets_by_id.values():
|
||||
widget.update_instance_values()
|
||||
|
||||
def get_selected_instances(self):
|
||||
instances = []
|
||||
instances_by_id = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue