diff --git a/src/input.cpp b/src/input.cpp index ca7e091c19..42eaef9908 100644 --- a/src/input.cpp +++ b/src/input.cpp @@ -712,8 +712,7 @@ public: default: break; } - // Let TabletInputFilter receive the event, so the cursor position can be updated. - return false; + return true; } private: