From b46b86818efd16a55dc424346b3d7c2fa5e2a4f8 Mon Sep 17 00:00:00 2001 From: DonLakeFlyer Date: Sun, 17 Jun 2018 11:55:52 -0700 Subject: [PATCH] Allow user hide to work multiple times --- src/PlanView/PlanToolBar.qml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/PlanView/PlanToolBar.qml b/src/PlanView/PlanToolBar.qml index 3487257f0..e6616f5e8 100644 --- a/src/PlanView/PlanToolBar.qml +++ b/src/PlanView/PlanToolBar.qml @@ -310,6 +310,12 @@ Rectangle { width: _controllerProgressPct * parent.width color: qgcPal.colorGreen visible: false + + onVisibleChanged: { + if (visible) { + largeProgressBar._userHide = false + } + } } /* -- 2.22.0