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
When there is a window off-screen to the left, I can see one pixel line of the edge of that window but it should be just outside the screen:
This only happens when I arrived at this position after scrolling to the right. When I get there scrolling left, the line is not visible:
Here is a video of the two different scrolling directions:
2026-02-08.18-01-42.trimmed.mp4
From the screenshot it appears that the gap to the left is 24 (physical) pixels after scrolling right but 23 after scrolling left. If I understand correctly, it should always be 10*2.25 = 22.5 = 23 after rounding (logical pixel gap times scaling factor).
This might be related to #640 and #3343 but since the dependence on scrolling direction seems new, I thought I'd report still.
When there is a window off-screen to the left, I can see one pixel line of the edge of that window but it should be just outside the screen:
This only happens when I arrived at this position after scrolling to the right. When I get there scrolling left, the line is not visible:
Here is a video of the two different scrolling directions:
2026-02-08.18-01-42.trimmed.mp4
From the screenshot it appears that the gap to the left is 24 (physical) pixels after scrolling right but 23 after scrolling left. If I understand correctly, it should always be 10*2.25 = 22.5 = 23 after rounding (logical pixel gap times scaling factor).
This might be related to #640 and #3343 but since the dependence on scrolling direction seems new, I thought I'd report still.
Config
System Information