summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2016-04-19 14:35:52 +0200
committerKonstantin Käfer <mail@kkaefer.com>2016-04-26 10:42:33 +0200
commitf9bdaa9d3a43ec7bb8ec8993b65177807e82f80f (patch)
tree4dd70966225d39d9805ae5b4af5181e5f44737e4
parent27f77b6bfa6b41676c2df3bb8b18fd902d4c6951 (diff)
downloadqtlocation-mapboxgl-f9bdaa9d3a43ec7bb8ec8993b65177807e82f80f.tar.gz
[osx] disable touch events
they are canceling out trackpad scrolling events
-rw-r--r--platform/osx/src/MGLMapView.mm1
1 files changed, 0 insertions, 1 deletions
diff --git a/platform/osx/src/MGLMapView.mm b/platform/osx/src/MGLMapView.mm
index 767bcb81a8..d6f55a92ff 100644
--- a/platform/osx/src/MGLMapView.mm
+++ b/platform/osx/src/MGLMapView.mm
@@ -381,7 +381,6 @@ public:
/// Adds gesture recognizers for manipulating the viewport and selecting annotations.
- (void)installGestureRecognizers {
- self.acceptsTouchEvents = YES;
_scrollEnabled = YES;
_zoomEnabled = YES;
_rotateEnabled = YES;