-
-
Notifications
You must be signed in to change notification settings - Fork 402
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
Fix always_on_top for sub-dialogs #1167
Fix always_on_top for sub-dialogs #1167
Conversation
…thus making it unusable)
I noticed there are some other cases where the popups of option buttons get hidden behind the window if the window has always_on_top enabled. (like the so i'm converting this to a draft and will modify this later to include those fixes as well |
…es this bug later), save and save as dialog are fixed
…into fix-sub-dialogs
Okay, so i managed to fully fix it
Related stuff: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Fix Create Folder sub-dialog of Export > Browse being always behind (thus making it unusable).
This shall fix the problem on other locations as well. As long as they are included in the FileDialogs tag (in Main.tscn)