scribusproject / scribus

Mirror of official Scribus SVN (however you should really use SVN at svn://scribus.net) (http://bugs.scribus.net ← Submit PRs & Bugs)
http://scribus.net
Other
400 stars 107 forks source link

CTRL+touchpad zoom sensitivity is too high #183

Open lineinthesand opened 2 weeks ago

lineinthesand commented 2 weeks ago

When I attempt zooming via CTRL+touchpad (i.e. CTRL+two-finger-movement) this is almost impossible to control as tiiny, tiny movements have to be made to achieve the desired zoom level.

I prepared a patch where I fixed this problem by introducing a scroll delta that has to be overcome in order to trigger a zoom event. I've submitted a similar patch to kdenlive in the past where it was merged (see https://github.com/sandsmark/kdenlive/commit/b7f5e7ce5bf5b19f32b49f34a9a04b43d6a5ec44).

I'll create a pull request for this issue.

Edit: I just saw that this apparently fixed in the master branch for qt6; I had that problem with 1.6.2, qt5. Could this still be included in 1.6.3 (1.6.4)?