https://issues.apache.org/ooo/show_bug.cgi?id=124191
[email protected] <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #83422| |review? Flags| | --- Comment #9 from [email protected] <[email protected]> --- Created attachment 83422 --> https://issues.apache.org/ooo/attachment.cgi?id=83422&action=edit patch to be tested 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. -- You are receiving this mail because: You are on the CC list for the issue. You are the assignee for the issue. You are watching all issue changes.
