Commit 6f846d58 authored by Don Gagne's avatar Don Gagne

Fix Summary View on vehicle disconnect

parent 82ee1726
......@@ -120,7 +120,9 @@ Rectangle {
target: multiVehicleManager
onParameterReadyVehicleAvailableChanged: {
if (parameterReadyVehicleAvailable) {
if (parameterReadyVehicleAvailable || summaryButton.checked) {
// When a new vehicle shows up we switch to the Summary View. If the Summary View is already showing
// and a vehicle goes away, we must reload it to show new disconnected Qml
summaryButton.checked = true
showSummaryPanel()
}
......
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