Commit c9cbfa11 authored by Don Gagne's avatar Don Gagne

parent 5ec64666
......@@ -78,7 +78,7 @@ Item {
target: _missionItem
onIsCurrentItemChanged: {
if (_missionItem.isCurrentItem) {
if (_missionItem.isCurrentItem && map.planView) {
showDragArea()
} else {
hideDragArea()
......
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