]> sigrok.org Git - pulseview.git/commitdiff
Ignore touch events generated by a TrackPad.
authorScott Shawcroft <redacted>
Sun, 12 Jan 2020 20:10:39 +0000 (12:10 -0800)
committerScott Shawcroft <redacted>
Sun, 12 Jan 2020 22:01:07 +0000 (14:01 -0800)
This improves two finger drag trackpad zooming and panning on a
Macbook Pro immensely because it used to redraw every touch event.
This change makes it rely on the mouse wheel events instead.

Pinch-to-zoom no longer works. Two finger drag up and down is an
alternative.

This fixes bug #1056.


No differences found