Skip to content

Commit a9685f1

Browse files
committed
config: fix touchpad motion_threshold_3 device property
1 parent c9349c6 commit a9685f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/libinputactions/config/parsers

src/libinputactions/config/parsers/core.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ void NodeParser<InputDeviceProperties>::parse(const Node *node, InputDevicePrope
445445
loadSetter(result, &InputDeviceProperties::setTouchpadButtonPad, node->at("buttonpad"));
446446
loadSetter(result, &InputDeviceProperties::setTouchpadClickTimeout, node->at("click_timeout"));
447447
loadSetter(result, &InputDeviceProperties::setTouchpadMotionThreshold2, node->at("motion_threshold_2"));
448-
loadSetter(result, &InputDeviceProperties::setTouchpadMotionThreshold2, node->at("motion_threshold_3"));
448+
loadSetter(result, &InputDeviceProperties::setTouchpadMotionThreshold3, node->at("motion_threshold_3"));
449449

450450
if (const auto *pressureRangesNode = node->mapAt("pressure_ranges")) {
451451
loadSetter(result, &InputDeviceProperties::setFingerPressure, pressureRangesNode->at("finger"));

0 commit comments

Comments
 (0)