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

Window is always on top #186

Open
IllustrisJack opened this issue Nov 20, 2023 · 2 comments
Open

Window is always on top #186

IllustrisJack opened this issue Nov 20, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@IllustrisJack
Copy link
Member

Somehow even though the window_level is set to default the fullscreen window is always on top. This is a bit annoying.

@IllustrisJack IllustrisJack added the bug Something isn't working label Nov 20, 2023
@IllustrisJack
Copy link
Member Author

@HaronK maybe you can take a look when you are free :) - i looked into it for a bit and it was correctly passing Default to with_window_level() so there must be some underlying bug somewhere else

@dgavedissian
Copy link
Collaborator

The reason for that is because we are using fullscreen exclusive mode, which by definition doesn't allow any other windows to be on top of it.

If we use borderless fullscreen instead, that would allow other windows to be on top.

I added an option to toggle between exclusive and borderless fullscreen in fcb02de, and it will default to borderless fullscreen, so I think that should close this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants