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
Description:
Select Region and Select Window do not map to the correct screen space when used on some multi-monitor setups. This typically happens with larger monitors and when the largest monitor isn't in the top left.
Reproduce Steps:
-Open Window's Settings app and go to System
-Under Display arrange the windows so that the coordinate 0,0 would not be within the bounds of any window (see below)
-Start Autosplit and select any of the three screen capture methods
-Use the Select Region tool to select an area of any monitor
Expected behaviour:
The screen space selected matches the screen space displaced and compared against.
Screenshots:
Work Around:
Move the largest monitor to the top and left in Settings app>System>Display.
Extra Info:
OS: Windows 10.0.19045
AutoSplit: v2.2.0
The text was updated successfully, but these errors were encountered:
Curious, I myself use multi-monitor setups (and a very unusual one that) and implemented the support when I started maintaining this project. We get the coords from Window's virtual desktop, hopefully this isn't a weird Windows edge-case. I'll try to replicate if I can.
Description:
Select Region and Select Window do not map to the correct screen space when used on some multi-monitor setups. This typically happens with larger monitors and when the largest monitor isn't in the top left.
Reproduce Steps:
-Open Window's Settings app and go to System
-Under Display arrange the windows so that the coordinate 0,0 would not be within the bounds of any window (see below)
-Start Autosplit and select any of the three screen capture methods
-Use the Select Region tool to select an area of any monitor
Expected behaviour:
The screen space selected matches the screen space displaced and compared against.
Screenshots:
Work Around:
Move the largest monitor to the top and left in Settings app>System>Display.
Extra Info:
OS: Windows 10.0.19045
AutoSplit: v2.2.0
The text was updated successfully, but these errors were encountered: