mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 21:32:15 +01:00
use current values for UI
This commit is contained in:
parent
6dcd8f29d0
commit
63408d7d83
1 changed files with 1 additions and 0 deletions
|
|
@ -506,6 +506,7 @@ class ActionsWidget(QtWidgets.QWidget):
|
|||
)
|
||||
|
||||
dialog = self._create_config_dialog(config_fields)
|
||||
dialog.set_values(values)
|
||||
result = dialog.exec_()
|
||||
if result == QtWidgets.QDialog.Rejected:
|
||||
return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue