Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
13484425
Unverified
Commit
13484425
authored
Jan 07, 2018
by
Don Gagne
Committed by
GitHub
Jan 07, 2018
Browse files
Merge pull request #5993 from DonLakeFlyer/FactSliderPanel
Fix Android slider
parents
15cd3e56
86d360c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/QmlControls/FactSliderPanel.qml
View file @
13484425
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment