mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
version is refreshed on pyblish close
This commit is contained in:
parent
1b27cc59f8
commit
e52e6241fb
1 changed files with 2 additions and 0 deletions
|
|
@ -167,6 +167,8 @@ class Window(QtWidgets.QDialog):
|
|||
'''
|
||||
if self.shadow_widget.isVisible():
|
||||
self.shadow_widget.setVisible(False)
|
||||
# Refresh version
|
||||
self.widget_family.on_version_refresh()
|
||||
|
||||
def set_valid_family(self, valid):
|
||||
''' Sets `valid_family` attribute for validation
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue