Commit 4b6cb418 authored by Don Gagne's avatar Don Gagne

parent 789493b7
...@@ -20,7 +20,7 @@ import QGroundControl.Controls 1.0 ...@@ -20,7 +20,7 @@ import QGroundControl.Controls 1.0
import QGroundControl.FlightMap 1.0 import QGroundControl.FlightMap 1.0
import QGroundControl.ShapeFileHelper 1.0 import QGroundControl.ShapeFileHelper 1.0
/// QGCmapPolyline map visuals /// QGCMapPolyline map visuals
Item { Item {
id: _root id: _root
...@@ -98,6 +98,8 @@ Item { ...@@ -98,6 +98,8 @@ Item {
} }
} }
onVisibleChanged: _polylineComponent.visible = visible
Component.onCompleted: { Component.onCompleted: {
addVisuals() addVisuals()
if (interactive) { if (interactive) {
......
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