Skip to content

Don't move main window to left/top screen on start

All coordinates on a monitor are greater than or equal to the monitor's own coordinates. Take the position of the selected destination monitor into account while clamping the main window position.

1ea64e99 introduced the bug while porting from screen API to display and monitor APIs.

Fixes #246 (closed)

Merge request reports