Fix DecorationEventFilter not grabbing tablet tool input

wilder/Plasma/6.3
Vlad Zahorodnii 2 years ago
parent 61dc61c010
commit 8845e58488
  1. 3
      src/input.cpp

@ -1647,8 +1647,7 @@ public:
default: default:
break; break;
} }
// Let TabletInputFilter receive the event, so the tablet can be registered and the cursor position can be updated. return true;
return false;
} }
private: private:

Loading…
Cancel
Save