summaryrefslogtreecommitdiff
path: root/examples/location/mapviewer/content/map/PolygonItem.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/location/mapviewer/content/map/PolygonItem.qml')
-rw-r--r--examples/location/mapviewer/content/map/PolygonItem.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/location/mapviewer/content/map/PolygonItem.qml b/examples/location/mapviewer/content/map/PolygonItem.qml
index b6e41ea6..9b52bbca 100644
--- a/examples/location/mapviewer/content/map/PolygonItem.qml
+++ b/examples/location/mapviewer/content/map/PolygonItem.qml
@@ -55,7 +55,7 @@ MapPolygon {
addCoordinate(markers[i].coordinate)
}
}
- MapMouseArea {
+ MouseArea {
anchors.fill:parent
id: mousearea
drag.target: parent