mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 08:54:53 +01:00
fixed widget pop
This commit is contained in:
parent
84529c0b90
commit
1ad25f8373
1 changed files with 1 additions and 1 deletions
|
|
@ -1129,7 +1129,7 @@ class InstanceListView(_AbstractInstanceView):
|
|||
group_item.removeRows(idx, 1)
|
||||
|
||||
for instance_id in to_remove:
|
||||
widget = self._widgets_by_id.pop(instance.data["uuid"])
|
||||
widget = self._widgets_by_id.pop(instance_id)
|
||||
widget.deleteLater()
|
||||
|
||||
if new_items:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue