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
5a5eb6ce
Commit
5a5eb6ce
authored
Mar 05, 2020
by
wuhai
Browse files
fixed bug: the highlight mode is not the actually mode
parent
3cb4f124
Changes
1
Show whitespace changes
Inline
Side-by-side
src/AutoPilotPlugins/PX4/PX4SimpleFlightModes.qml
View file @
5a5eb6ce
...
...
@@ -102,7 +102,7 @@ Item {
QGCLabel
{
Layout.fillWidth
:
true
text
:
qsTr
(
"
Flight Mode %1
"
).
arg
(
modelData
+
1
)
color
:
controller
.
activeFlightMode
==
index
?
"
yellow
"
:
qgcPal
.
text
color
:
(
controller
.
activeFlightMode
-
1
)
==
index
?
"
yellow
"
:
qgcPal
.
text
}
}
...
...
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