Skip to content
Snippets Groups Projects
Commit c72f3bed authored by DonLakeFlyer's avatar DonLakeFlyer
Browse files

No drag areas is not specifiesCoordinate

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