[email protected] <[email protected]> has asked for review: Issue 124191: Mac64 only: Mighty Mouse horizontal scrolling issue https://issues.apache.org/ooo/show_bug.cgi?id=124191
Attachment 83422: patch to be tested https://issues.apache.org/ooo/attachment.cgi?id=83422&action=edit ------- Additional Comments from [email protected] <[email protected]> I cannot reproduce the problem, but looking over the code I found two eventual causes. The patch fixes them and and cleans up related code: - there was a typo in the scrollWheel() method where deltaY was checked in the deltaX path - delta values where casted down from CGFloat (aka double) to float If someone can reproduce the problem then it would be good to know if the patch solves it. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
