You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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
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.
Somehow even though the window_level is set to default the fullscreen window is always on top. This is a bit annoying.
The text was updated successfully, but these errors were encountered: