mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
refresh content
This commit is contained in:
parent
b5d018c071
commit
2d51436da7
1 changed files with 2 additions and 0 deletions
|
|
@ -261,6 +261,7 @@ class CreatorAttrsWidget(QtWidgets.QWidget):
|
|||
attr_def_info.instance_ids,
|
||||
attr_def_info.attr_def.key,
|
||||
)
|
||||
self._refresh_content()
|
||||
|
||||
|
||||
class PublishPluginAttrsWidget(QtWidgets.QWidget):
|
||||
|
|
@ -480,6 +481,7 @@ class PublishPluginAttrsWidget(QtWidgets.QWidget):
|
|||
attr_def_info.plugin_name,
|
||||
attr_def_info.attr_def.key,
|
||||
)
|
||||
self._refresh_content()
|
||||
|
||||
def _on_instance_attr_defs_change(self, event):
|
||||
for instance_id in event.data:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue