Commit c72f3bed authored by DonLakeFlyer's avatar DonLakeFlyer

No drag areas is not specifiesCoordinate

parent d3b5726d
...@@ -51,7 +51,7 @@ Item { ...@@ -51,7 +51,7 @@ Item {
} }
function showDragArea() { function showDragArea() {
if (!_dragAreaShowing) { if (!_dragAreaShowing && _missionItem.specifiesCoordinate) {
_dragArea = dragAreaComponent.createObject(map) _dragArea = dragAreaComponent.createObject(map)
_dragAreaShowing = true _dragAreaShowing = true
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment