mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 13:52:15 +01:00
refresh also refresh validness of instance
This commit is contained in:
parent
abf36845d0
commit
93e84fc78f
1 changed files with 1 additions and 0 deletions
|
|
@ -126,6 +126,7 @@ class InstanceCardWidget(QtWidgets.QWidget):
|
|||
|
||||
def update_instance_values(self):
|
||||
self.set_active(self.instance.data["active"])
|
||||
self.context_warning.setVisible(not self.instance.has_valid_context)
|
||||
|
||||
def _set_expanded(self, expanded=None):
|
||||
if expanded is None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue