Browse Source

Minor formatting fix

QGC4.4
nickexists 9 years ago
parent
commit
eb751017db
  1. 2
      src/FlightMap/FlightMap.qml

2
src/FlightMap/FlightMap.qml

@ -371,8 +371,6 @@ Map { @@ -371,8 +371,6 @@ Map {
// Update drag line
polygonDrawerNextPoint.path = [ polygonDrawerPolygon.path[polygonDrawerPolygon.path.length - 2], dragCoordinate ]
// Update drag coordinate
polygonPath[polygonDrawerPolygon.path.length - 1] = dragCoordinate
polygonDrawerPolygon.path = polygonPath

Loading…
Cancel
Save