Browse Source

APMSubFrameComponent: Use hand icon when mouse hover over frame option

Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
QGC4.4
Patrick José Pereira 4 years ago committed by Don Gagne
parent
commit
26053a7b7b
  1. 1
      src/AutoPilotPlugins/APM/APMSubFrameComponent.qml

1
src/AutoPilotPlugins/APM/APMSubFrameComponent.qml

@ -164,6 +164,7 @@ SetupPage {
MouseArea { MouseArea {
anchors.fill: parent anchors.fill: parent
cursorShape: Qt.PointingHandCursor
onClicked: setFrameConfig(subFrameModel.get(index).paramValue) onClicked: setFrameConfig(subFrameModel.get(index).paramValue)
} }
} }

Loading…
Cancel
Save