Code review comment for lp://staging/~dandrader/unity8/pixelAlignedWindow

Revision history for this message
Daniel d'Andrada (dandrader) wrote :

Can't properly test. QtQuickTest::mouseEvent (which is what eventually gets called when you call mouseMove() from a qml test) converts movement from QPointF to QPoint, truncating it. So I can't emulate a subpixel-precision mouse movement in a qml test.

« Back to merge proposal