https://bugs.documentfoundation.org/show_bug.cgi?id=152406

--- Comment #30 from Telesto <[email protected]> ---
FWIW. Some pointers. Setting the scroll factor from 1.5 to 1.0 in
https://opengrok.libreoffice.org/xref/core/vcl/osx/salframeview.mm?r=57b88be1#43
appears to solve the problem in case of swiping (didn't check with mouse with
scroll wheel)

The "-(void)scrollWheel: (NSEvent*)pEvent" code appears to be actually used
when swiping. So this
https://opengrok.libreoffice.org/xref/core/vcl/osx/salframeview.mm?r=57b88be1#1028

The apparently dedicated code for swipe events "- (void)swipeWithEvent:
(NSEvent*)pEvent"  which is more or less a copy of "-(void)scrollWheel:
(NSEvent*)pEvent" 
https://opengrok.libreoffice.org/xref/core/vcl/osx/salframeview.mm?r=57b88be1#969
does nothing. I commented out that part, but I don't notice any difference at
all

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to