Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Close dialogue to prevent save dialogue hidden behind qt widgets #56

Merged
merged 11 commits into from
Dec 28, 2022

Conversation

hannesdelbeke
Copy link
Collaborator

qt is always rendered on top of blender,
so when you try to close blender, sometimes the save scene dialogue is hidden behind a qt widget.
this leads to confusion, since blender is now frozen, but the qt widgets are not.

to fix this, we reimplement the dialogue in qt, and render it on top of everything.
we freeze input to force user to deal with the popup.

original blender style, but hidden behind qt
image

new qt dialogue , always in front
image

@hannesdelbeke hannesdelbeke linked an issue Dec 28, 2022 that may be closed by this pull request
@hannesdelbeke
Copy link
Collaborator Author

closer style match now 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

save scene confirm dialogue behind qt windows
2 participants