Skip to content

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

Open
jmatth11 wants to merge 3 commits intomawie81:masterfrom
jmatth11:master
Open

Only reset window position if it is out of bounds across multiple monitors and allow out of bounds option#69
jmatth11 wants to merge 3 commits intomawie81:masterfrom
jmatth11:master

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