-
Notifications
You must be signed in to change notification settings - Fork 557
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 app starting offscreen #548
Conversation
8a39e70
to
c3bf2b7
Compare
c3bf2b7
to
68bd691
Compare
now also check if the titlebar y coordinate is offscreen |
(often maximized app will have -8,-8 coordinates)
f5e22b5 made it so that the app validate the coordinates if they are inside the coordinates of the closest display to the given point
|
f5e22b5
to
9403804
Compare
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.
Looks good, just one question before merging!
Aims to fix issues such as #193 #542, probably fix #517
checks if the app is completely offscreen (x / width) or if the titlebar is offscreen (y / height)
Tested on multiple monitor setup and works perfectly