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
9d805767
Commit
9d805767
authored
Feb 25, 2017
by
nanthony21
Browse files
Removed unneeded QML connection.
parent
0775d444
Changes
1
Show whitespace changes
Inline
Side-by-side
src/VehicleSetup/JoystickConfig.qml
View file @
9d805767
...
...
@@ -744,18 +744,6 @@ SetupPage {
axisMonitorRepeater
.
itemAt
(
axis
).
loader
.
item
.
deadbandValue
=
value
}
}
onDeadbandToggled
:
{
if
(
value
)
{
for
(
var
i
=
0
;
i
<
_activeJoystick
.
axisCount
;
i
++
)
{
axisMonitorRepeater
.
itemAt
(
i
).
loader
.
item
.
deadbandBarVisible
=
true
}
}
else
{
for
(
var
i
=
0
;
i
<
_activeJoystick
.
axisCount
;
i
++
)
{
axisMonitorRepeater
.
itemAt
(
i
).
loader
.
item
.
deadbandBarVisible
=
false
}
}
}
}
Repeater
{
...
...
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