elementary / switchboard-plug-display

Switchboard Displays Plug
https://elementary.io
GNU General Public License v3.0
14 stars 18 forks source link

(4/5) Multiple Issues: Fix intersections after mouse button release #183

Closed felix-andreas closed 5 years ago

felix-andreas commented 5 years ago

(4/5) Split up #177 in different PRs:

Needs to be merged after #182

Changes in this PR:

fix-intersections

felix-andreas commented 5 years ago

With three vertically stacked monitors, there is a small gap between the middle and bottom monitors

@jeremypw, In 2ef6b0e I introduced a label which shows the exact position of the monitors. Could you use this commit to check if there is a "real" gap or the gap is only optical?

jeremypw commented 5 years ago

@andreasfelix It looks like only a pixel gap on-screen so is probably some kind of rounding error - I'll investigate further.

jeremypw commented 5 years ago

Does not compile after merging master

jeremypw commented 5 years ago

As it looks like it is intended to drop a monitor between two others, my previous comment regarding moving the dropped monitor can be disregarded.