Code review comment for lp:~dandrader/unity8/fixDragHandleTest

Revision history for this message
Albert Astals Cid (aacid) wrote :

I think it'd be a good idea to fix xvfbtestDragHandle too, I did that here locally by adding

if (pixelsPerMm <= 0)
        pixelsPerMm = 6;

in DirectionalDragArea::itemChange

What do you think?

review: Needs Information

« Back to merge proposal