Skip to content

[wayland] Fix surface unit test

David Edmundson requested to merge work/unit_test into master

Behaviour was fixed in c3f5f8ce. If an item starts at 0,0 and is 100 pixels wide in normal geometry the 100th pixel is not inside the rectangle.

SubSurface::testSurfaceAt was adjusted correctly but this was missed as we test the same thing twice!

Merge request reports