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

[Bug] Overlay multi monitor issue #73

Closed
SaifAqqad opened this issue Oct 31, 2022 · 1 comment
Closed

[Bug] Overlay multi monitor issue #73

SaifAqqad opened this issue Oct 31, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@SaifAqqad
Copy link
Owner

SaifAqqad commented Oct 31, 2022

Currently, when using multiple monitors, the overlay stores its position relative to the leftmost monitor's top left corner
which is not ideal because disconnecting one of the monitors may result in the overlay disappearing as it's placed out of the monitor's bounds.

@SaifAqqad SaifAqqad added the bug Something isn't working label Oct 31, 2022
@SaifAqqad
Copy link
Owner Author

This is fixed by commit 65deead

The overlay's relative position (as a percentage of the display resolution) is now used instead of the actual position, also multiple positions are now stored for each monitor, this allows the overlay to switch to different positions based on the connected displays.

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

1 participant