Skip to content

Commit

Permalink
Merge pull request #534 from OpenHD/2.3-evo-consti-dev
Browse files Browse the repository at this point in the history
fix missing lock controls
  • Loading branch information
Consti10 authored Apr 11, 2023
2 parents 9a48b70 + d4b7d4e commit 67e5fda
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions qml/ui/widgets/FlightModeWidget.qml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ BaseWidget {

BaseWidgetDefaultUiControlElements{
id: idBaseWidgetDefaultUiControlElements
show_vertical_lock: true
show_horizontal_lock: true
}
}

Expand Down
1 change: 1 addition & 0 deletions qml/ui/widgets/HeadingWidget.qml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ BaseWidget {
BaseWidgetDefaultUiControlElements{
id: idBaseWidgetDefaultUiControlElements
show_vertical_lock: true
show_horizontal_lock: true

Item {
width: 230
Expand Down
2 changes: 2 additions & 0 deletions qml/ui/widgets/RollWidget.qml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ BaseWidget {

BaseWidgetDefaultUiControlElements{
id: idBaseWidgetDefaultUiControlElements
show_vertical_lock: true
show_horizontal_lock: true
Item {
width: parent.width
height: 32
Expand Down

0 comments on commit 67e5fda

Please sign in to comment.