aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/pointerhandlers/map.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/pointerhandlers/map.qml')
-rw-r--r--examples/quick/pointerhandlers/map.qml2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/quick/pointerhandlers/map.qml b/examples/quick/pointerhandlers/map.qml
index f54319f8aa..1a25a3b4ca 100644
--- a/examples/quick/pointerhandlers/map.qml
+++ b/examples/quick/pointerhandlers/map.qml
@@ -120,8 +120,6 @@ Item {
target: map
minimumScale: 0.1
maximumScale: 10
- xAxis.enabled: false
- yAxis.enabled: false
onActiveChanged: if (!active) reRenderIfNecessary()
grabPermissions: PinchHandler.TakeOverForbidden // don't allow takeover if pinch has started
}