Commit 9d805767 authored by nanthony21's avatar nanthony21

Removed unneeded QML connection.

parent 0775d444
...@@ -744,18 +744,6 @@ SetupPage { ...@@ -744,18 +744,6 @@ SetupPage {
axisMonitorRepeater.itemAt(axis).loader.item.deadbandValue = value 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 { Repeater {
......
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