Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
ea4bfaf8
Commit
ea4bfaf8
authored
May 10, 2017
by
Jacob Walser
Browse files
Bugfix for vehicle health instrument view
parent
4fc1047b
Changes
1
Show whitespace changes
Inline
Side-by-side
src/FlightMap/Widgets/VehicleHealthWidget.qml
View file @
ea4bfaf8
...
...
@@ -30,7 +30,7 @@ QGCFlickable {
// Any time the unhealthy sensors list changes, switch to the health page
onUnhealthySensorsChanged
:
{
if
(
unhealthySensors
.
length
!=
0
)
{
showPage
(
1
)
showPage
(
2
)
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment