Commit 114f00c5 authored by Don Gagne's avatar Don Gagne

Fix item dragging

parent acc8b92c
...@@ -322,8 +322,6 @@ QGCView { ...@@ -322,8 +322,6 @@ QGCView {
// Move to the new position // Move to the new position
editorMap.latitude = object.coordinate.latitude editorMap.latitude = object.coordinate.latitude
editorMap.longitude = object.coordinate.longitude editorMap.longitude = object.coordinate.longitude
} else {
itemDragger.clearItem()
} }
} }
} }
......
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