Unverified Commit 47161088 authored by Don Gagne's avatar Don Gagne Committed by GitHub

Merge pull request #8847 from DonLakeFlyer/PlanViewBlank

Fix blank PlanView due to bad connection
parents d6c2058d a228095d
...@@ -72,7 +72,7 @@ Item { ...@@ -72,7 +72,7 @@ Item {
// Progress bar // Progress bar
Connections { Connections {
target: _controllerValid ? _planMasterController.missionController : undefined target: _controllerValid ? _planMasterController.missionController : null
onProgressPctChanged: { onProgressPctChanged: {
if (_controllerProgressPct === 1) { if (_controllerProgressPct === 1) {
missionStats.visible = false missionStats.visible = false
......
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