mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
hide set current asset button if asset is not set
This commit is contained in:
parent
9040047fdd
commit
baa8643f7d
2 changed files with 5 additions and 6 deletions
|
|
@ -422,7 +422,7 @@ class CreateWidget(QtWidgets.QWidget):
|
|||
# data
|
||||
self._refresh_creators()
|
||||
|
||||
self._assets_widget.set_current_asset_name(self.current_asset_name)
|
||||
self._assets_widget.update_current_asset()
|
||||
self._assets_widget.select_asset_by_name(asset_name)
|
||||
self._tasks_widget.set_asset_name(asset_name)
|
||||
self._tasks_widget.select_task_name(task_name)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue