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
Using "SystemParameters.VirtualScreenHeight" and "SystemParameters.VirtualScreenWidth" will not work when using multiple monitors. As the monitors don't form a simple rectangle.
Screens can have different resolutions and positions.
Same for the "(this.Left + this.Width) > 0" check, it does not consider a multi monitor setup, when moving it "off screen" it might just be on another/second monitor on the left so "this.Left" will be negative and the check will return false, resetting the position even though the window was visible, just on another monitor.
Window position resets when moving the Volumey window to another monitor and then reopening it.
Example case:
(in my particular case I'm using two 2560x1440 monitors but monitor 2 is still the primary monitor, I just moved the taskbar)
The text was updated successfully, but these errors were encountered:
commit from: #22
bug comment: 7fa0eae#r82285540
Window position resets when moving the Volumey window to another monitor and then reopening it.
Example case:
(in my particular case I'm using two 2560x1440 monitors but monitor 2 is still the primary monitor, I just moved the taskbar)
The text was updated successfully, but these errors were encountered: