mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
pass parent to creator error dialog
This commit is contained in:
parent
7107e797f0
commit
acca8849a2
1 changed files with 5 additions and 1 deletions
|
|
@ -445,7 +445,11 @@ class CreatorWindow(QtWidgets.QDialog):
|
|||
|
||||
if error_info:
|
||||
box = CreateErrorMessageBox(
|
||||
creator_plugin.family, subset_name, asset_name, *error_info
|
||||
creator_plugin.family,
|
||||
subset_name,
|
||||
asset_name,
|
||||
*error_info,
|
||||
parent=self
|
||||
)
|
||||
box.show()
|
||||
# Store dialog so is not garbage collected before is shown
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue