summaryrefslogtreecommitdiff
path: root/examples/location/mapviewer/map/Marker.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/location/mapviewer/map/Marker.qml')
-rw-r--r--examples/location/mapviewer/map/Marker.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/location/mapviewer/map/Marker.qml b/examples/location/mapviewer/map/Marker.qml
index 192fdd80..7b123ea6 100644
--- a/examples/location/mapviewer/map/Marker.qml
+++ b/examples/location/mapviewer/map/Marker.qml
@@ -55,7 +55,7 @@ MapQuickItem {
sourceItem: Image {
id: image
//! [mqi-anchor]
- source: markerMouseArea.containsMouse ? (markerMouseArea.pressed ? "../resources/marker_selected.png" :"../resources/marker_hovered.png") : "../resources/marker.png"
+ source: markerMouseArea.pressed ? "../resources/marker_selected.png" : "../resources/marker.png"
MouseArea {
id: markerMouseArea
property int pressX : -1