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

Only reset window position if it is out of bounds across multiple monitors and allow out of bounds option #69

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

jmatth11
Copy link

@jmatth11 jmatth11 commented Apr 27, 2021

1.) Add logic to only reset the window if the window is out of bounds of a view in a multi-monitor supported way.

Previously the window position would be reset if the window was in-between two monitors even though it was still visible. This change allows the window to not be reset even if it is between monitors as long as the window is in view.

2.) Allow an outOfBounds option that is false by default. When set to true, the window position can be off screen but must maintain at least one corner in view.

Add logic to only reset the window if the window is out of bounds of a view in a multi-monitor supported way.
Allow the user to configure the window state to be out of bounds. (all but one corner out of view)
@jmatth11 jmatth11 changed the title Only reset window position if it is out of bounds across multiple monitors Only reset window position if it is out of bounds across multiple monitors and allow out of bounds option Apr 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant