diff --git a/src/input.cpp b/src/input.cpp index e85a1b09da..6cb8f219e7 100644 --- a/src/input.cpp +++ b/src/input.cpp @@ -1647,8 +1647,7 @@ public: default: break; } - // Let TabletInputFilter receive the event, so the tablet can be registered and the cursor position can be updated. - return false; + return true; } private: