mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
make sure the confirm message box on top after creating hero version
This commit is contained in:
parent
6bf7dea414
commit
a07fc4bfaa
1 changed files with 1 additions and 0 deletions
|
|
@ -75,6 +75,7 @@ class CreateHeroVersion(load.ProductLoaderPlugin):
|
|||
msgBox.setStyleSheet(style.load_stylesheet())
|
||||
msgBox.setWindowFlags(
|
||||
msgBox.windowFlags() | QtCore.Qt.WindowType.FramelessWindowHint
|
||||
| QtCore.Qt.WindowType.WindowStaysOnTopHint
|
||||
)
|
||||
msgBox.exec_()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue