Browse Source

No drag areas is not specifiesCoordinate

QGC4.4
DonLakeFlyer 8 years ago
parent
commit
c72f3bed54
  1. 2
      src/MissionEditor/SimpleItemMapVisual.qml

2
src/MissionEditor/SimpleItemMapVisual.qml

@ -51,7 +51,7 @@ Item { @@ -51,7 +51,7 @@ Item {
}
function showDragArea() {
if (!_dragAreaShowing) {
if (!_dragAreaShowing && _missionItem.specifiesCoordinate) {
_dragArea = dragAreaComponent.createObject(map)
_dragAreaShowing = true
}

Loading…
Cancel
Save