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
f2729ee1
Commit
f2729ee1
authored
May 29, 2018
by
DonLakeFlyer
Browse files
Allow custom build to hide relative alt checkbox
parent
e660d0db
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/PlanView/FWLandingPatternEditor.qml
View file @
f2729ee1
...
@@ -125,6 +125,7 @@ Rectangle {
...
@@ -125,6 +125,7 @@ Rectangle {
anchors.right
:
parent
.
right
anchors.right
:
parent
.
right
text
:
qsTr
(
"
Altitudes relative to home
"
)
text
:
qsTr
(
"
Altitudes relative to home
"
)
checked
:
missionItem
.
altitudesAreRelative
checked
:
missionItem
.
altitudesAreRelative
visible
:
QGroundControl
.
corePlugin
.
options
.
showMissionAbsoluteAltitude
||
!
missionItem
.
altitudesAreRelative
onClicked
:
missionItem
.
altitudesAreRelative
=
checked
onClicked
:
missionItem
.
altitudesAreRelative
=
checked
}
}
}
}
...
...
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