Fix #110833: Trackpad: Text Editor scrolling improvement #110927

Open
YimingWu wants to merge 1 commits from ChengduLittleA/blender:fix-110833 into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.

1 Commits

Author SHA1 Message Date
YimingWu 72150e9635 Fix #110833: Trackpad: Text Editor scrolling improvement
Improved Text Editor scrolling with the trackpad,
by accumulating deltas that are less than one line/character.

Makes the scroll speed match the speed in other Blender editors,
and other macOS applications as well.

The scrolling is very fast right now, deltas that gives less than
one line/character offset are discarded, it is almost impossible
to stop at a desired line.

This fix is originally authored Yevgeny Makarov (@jenkm) as
https://archive.blender.org/developer/D9552 , now porting
this as a PR.
2023-08-08 21:25:04 +08:00