Commit 86d360c7 authored by DonLakeFlyer's avatar DonLakeFlyer

Fix Android slider

parent 0b0f4b03
......@@ -53,12 +53,6 @@ Column {
_loadComplete = true
}
QGCLabel {
id: panelLabel
text: panelTitle
font.family: ScreenTools.demiboldFontFamily
}
Column {
id: sliderOuterColumn
anchors.left: parent.left
......@@ -105,6 +99,7 @@ Column {
maximumValue: max
stepSize: isNaN(fact.increment) ? step : fact.increment
tickmarksEnabled: true
activeFocusOnPress: true
property Fact fact: controller.getParameterFact(-1, param)
......@@ -114,16 +109,6 @@ Column {
}
}
activeFocusOnPress: true
MultiPointTouchArea {
anchors.fill: parent
minimumTouchPoints: 1
maximumTouchPoints: 1
mouseEnabled: false
}
// Block wheel events
MouseArea {
anchors.fill: parent
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment