Skip to content

Commit

Permalink
Fix some naming (mavlink#3693)
Browse files Browse the repository at this point in the history
  • Loading branch information
DonLakeFlyer authored Jul 1, 2016
1 parent f78ed77 commit 77656b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/FlightDisplay/FlightDisplayViewWidgets.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down Expand Up @@ -429,7 +429,7 @@ Item {
_guidedModeBar.confirmText = qsTr("active waypoint change")
break;
}
guidedModeBar.visible = false
_guidedModeBar.visible = false
guidedModeConfirm.visible = true
}

Expand Down Expand Up @@ -510,7 +510,7 @@ Item {

onAccept: {
guidedModeConfirm.visible = false
guidedModeBar.visible = true
_guidedModeBar.visible = true
_guidedModeBar.actionConfirmed()
altitudeSlider.visible = false
guidedModeHideTimer.restart()
Expand Down

0 comments on commit 77656b0

Please sign in to comment.