GNOME Bugzilla – Bug 73305
the 'cursor corner' of stay-up triangles is offset by (-2, -2)
Last modified: 2004-12-22 21:47:04 UTC
The cursor corner of stay-up triangles is offset by (-2,-2). This makes the triangle slightly wrong for angles < 45. I am not sure what the correct fix is. The attached patch works well for me, but that might just be a coincidence.
Created attachment 6948 [details] [review] patch to change the offset from (-2, -2) to (-2, 0)
I committed the patch, but I'll leave the bug report open until I know whether the fix was correct.
the patch in #74950 should take care of this. *** This bug has been marked as a duplicate of 74950 ***