Fix #89906: Consistent track pad zoom directions #111141

Open
YimingWu wants to merge 3 commits from ChengduLittleA/blender:fix-89906 into main

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

3 Commits

Author SHA1 Message Date
YimingWu 75c5af52f6 Revert "Remove interface_handlers.cc"
This reverts commit f15eef7e02.
2023-08-19 17:01:15 +08:00
YimingWu f15eef7e02 Remove interface_handlers.cc 2023-08-19 16:42:50 +08:00
YimingWu 3135865906 Fix #89906: Consistent track pad zoom directions
buildbot/vexp-code-patch-coordinator Build done. Details
Previously, ctrl-drag and trackpad gesture zoom directions are not
consistent across editors, now fixed as:
- Ctrl-drag always zoom out
- Trackpad double finger down always zoom in
- Trackpad double finger down always scroll the content of the panel
towards bottom

This patch was originally authoredby Yevgeny Makarov (@jenkm). Recreated
as a PR on gitea.
2023-08-15 22:11:29 +08:00