https://bugs.kde.org/show_bug.cgi?id=486763
Vlad Zahorodnii <vlad.zahorod...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/plas | |ma/kwin/-/commit/e910dcb9ed | |699acc70a6d3983863276cec2b1 | |6de Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #13 from Vlad Zahorodnii <vlad.zahorod...@kde.org> --- Git commit e910dcb9ed699acc70a6d3983863276cec2b16de by Vlad Zahorodnii, on behalf of Akseli Lahtinen. Committed on 02/09/2024 at 14:23. Pushed by vladz into branch 'master'. input.cpp: initialize m_touchpadsEnabled in addInputDevice m_touchpadsEnabled gets initialized to true in input.h, and the actual status of the device is not evaluated until the toggleTouchpads setting is pressed. This fixes the issue by removing m_touchpadsEnabled and refactoring the toggling method. OSD is handled by their respective enable/disable Touchpads methods. M +46 -16 src/input.cpp M +0 -1 src/input.h https://invent.kde.org/plasma/kwin/-/commit/e910dcb9ed699acc70a6d3983863276cec2b16de -- You are receiving this mail because: You are watching all bug changes.