Fix MoveResizeFilter not grabbing tablet tool events

Otherwise the decoration event filter can trigger another interactive
move/resize, which in its turn will likely trigger an assert.
wilder/Plasma/6.3
Vlad Zahorodnii 2 years ago
parent 4681e9819f
commit 2aff31112e
  1. 3
      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:

Loading…
Cancel
Save