sublimehq / sublime_merge

Issue tracker for Sublime Merge
https://www.sublimemerge.com
272 stars 14 forks source link

`shift`+scroll switches to vertical scrolling when left or right border is reached #1895

Open RobertPaauw opened 2 months ago

RobertPaauw commented 2 months ago

Version info

Description

When scrolling horizontally using shift + vertical scroll wheel, Sublime Merge starts scrolling vertically when reaching the right or left border.

Scrolling works fine when using the horizontal scroll-wheel on the mouse. Its the shift+vertical scrolling that causes problems.

Steps to reproduce

Steps to reproduce the behavior:

  1. With the "summary" tab open containing multiple large changesets
  2. Scroll horizontally in a file using shift + scroll
  3. Reach border
  4. Observe how Sublime merge starts scrolling vertically

Expected behavior

I would expect the scrolling to stop when reaching the left or right border using shift+scroll-wheel. Just as it does when using the horizontal scroll wheel on the mouse.