Skip to content

Commit 67e5fda

Browse files
authored
Merge pull request #534 from OpenHD/2.3-evo-consti-dev
fix missing lock controls
2 parents 9a48b70 + d4b7d4e commit 67e5fda

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

qml/ui/widgets/FlightModeWidget.qml

+2
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ BaseWidget {
3636

3737
BaseWidgetDefaultUiControlElements{
3838
id: idBaseWidgetDefaultUiControlElements
39+
show_vertical_lock: true
40+
show_horizontal_lock: true
3941
}
4042
}
4143

qml/ui/widgets/HeadingWidget.qml

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ BaseWidget {
3636
BaseWidgetDefaultUiControlElements{
3737
id: idBaseWidgetDefaultUiControlElements
3838
show_vertical_lock: true
39+
show_horizontal_lock: true
3940

4041
Item {
4142
width: 230

qml/ui/widgets/RollWidget.qml

+2
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ BaseWidget {
3232

3333
BaseWidgetDefaultUiControlElements{
3434
id: idBaseWidgetDefaultUiControlElements
35+
show_vertical_lock: true
36+
show_horizontal_lock: true
3537
Item {
3638
width: parent.width
3739
height: 32

0 commit comments

Comments
 (0)