Skip to content

Commit c68c1c0

Browse files
GimbalIndicator.qml: do not dim background on showIndicatorDrawer
1 parent 2c242c2 commit c68c1c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/UI/toolbar/GimbalIndicator.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ Item {
405405

406406
MouseArea {
407407
anchors.fill: parent
408-
onClicked: mainWindow.showIndicatorDrawer(gimbalControlsPage, control)
408+
onClicked: mainWindow.showIndicatorDrawer(gimbalControlsPage, control, false)
409409
}
410410

411411
Connections {

0 commit comments

Comments
 (0)