diff --git a/src/AutoPilotPlugins/APM/APMSubFrameComponent.qml b/src/AutoPilotPlugins/APM/APMSubFrameComponent.qml index cf9634c..30aa107 100644 --- a/src/AutoPilotPlugins/APM/APMSubFrameComponent.qml +++ b/src/AutoPilotPlugins/APM/APMSubFrameComponent.qml @@ -164,6 +164,7 @@ SetupPage { MouseArea { anchors.fill: parent + cursorShape: Qt.PointingHandCursor onClicked: setFrameConfig(subFrameModel.get(index).paramValue) } }