mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fix error dialog missing parent arg
This commit is contained in:
parent
55b0130108
commit
76352bdfea
1 changed files with 1 additions and 1 deletions
|
|
@ -791,7 +791,7 @@ class SceneInventoryView(QtWidgets.QTreeView):
|
|||
else:
|
||||
version_str = version
|
||||
|
||||
dialog = QtWidgets.QMessageBox()
|
||||
dialog = QtWidgets.QMessageBox(self)
|
||||
dialog.setIcon(QtWidgets.QMessageBox.Warning)
|
||||
dialog.setStyleSheet(style.load_stylesheet())
|
||||
dialog.setWindowTitle("Update failed")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue