Commit b46b8681 authored by DonLakeFlyer's avatar DonLakeFlyer

Allow user hide to work multiple times

parent 7c359b24
......@@ -310,6 +310,12 @@ Rectangle {
width: _controllerProgressPct * parent.width
color: qgcPal.colorGreen
visible: false
onVisibleChanged: {
if (visible) {
largeProgressBar._userHide = 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