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
77656b0a
Commit
77656b0a
authored
Jul 01, 2016
by
Don Gagne
Committed by
GitHub
Jul 01, 2016
Browse files
Fix some naming (#3693)
parent
f78ed772
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/FlightDisplay/FlightDisplayViewWidgets.qml
View file @
77656b0a
...
...
@@ -387,7 +387,7 @@ Item {
function
rejectGuidedModeConfirm
()
{
guidedModeConfirm
.
visible
=
false
guidedModeBar
.
visible
=
true
_
guidedModeBar
.
visible
=
true
altitudeSlider
.
visible
=
false
_flightMap
.
_gotoHereCoordinate
=
QtPositioning
.
coordinate
()
guidedModeHideTimer
.
restart
()
...
...
@@ -429,7 +429,7 @@ Item {
_guidedModeBar
.
confirmText
=
qsTr
(
"
active waypoint change
"
)
break
;
}
guidedModeBar
.
visible
=
false
_
guidedModeBar
.
visible
=
false
guidedModeConfirm
.
visible
=
true
}
...
...
@@ -510,7 +510,7 @@ Item {
onAccept
:
{
guidedModeConfirm
.
visible
=
false
guidedModeBar
.
visible
=
true
_
guidedModeBar
.
visible
=
true
_guidedModeBar
.
actionConfirmed
()
altitudeSlider
.
visible
=
false
guidedModeHideTimer
.
restart
()
...
...
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