Browse Source

Fix item dragging

QGC4.4
Don Gagne 10 years ago
parent
commit
114f00c5b1
  1. 2
      src/MissionEditor/MissionEditor.qml

2
src/MissionEditor/MissionEditor.qml

@ -322,8 +322,6 @@ QGCView { @@ -322,8 +322,6 @@ QGCView {
// Move to the new position
editorMap.latitude = object.coordinate.latitude
editorMap.longitude = object.coordinate.longitude
} else {
itemDragger.clearItem()
}
}
}

Loading…
Cancel
Save