https://bugs.kde.org/show_bug.cgi?id=377208

--- Comment #1 from Sascha Zenglein <sascha.zengl...@yahoo.de> ---
I checked the touchpad kcm and found this in main.qml:

>Controls.CheckBox {
>    id: naturalScroll
>    text: i18n("Invert scroll direction")
>
>    function load() {
>        enabled = touchpad.supportsNaturalScroll && !scrollmethod.isNoScroll
>        checked = enabled && touchpad.naturalScroll
>    }
>
>    onCheckedChanged: {
>        if (enabled && !root.loading) {
>            touchpad.tapDragLock = checked
>            root.changeSignal()
>        }
>    }
>
>    ToolTip {
>        text: i18n("Touchscreen like scrolling.")
>    }
>}

especially this line
> touchpad.tapDragLock = checked

looks suspicious.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to