Revert "Do not pass input to windows that are not painted"

This reverts commit 09f786a209.
This commit is contained in:
David Redondo 2021-07-30 17:08:48 +02:00
parent 09f786a209
commit 3b9ffdfbf6

View file

@ -2657,9 +2657,6 @@ Toplevel *InputRedirection::findManagedToplevel(const QPoint &pos)
if (!t->readyForPainting()) {
continue;
}
if (!t->effectWindow()->isPaintingEnabled()) {
continue;
}
if (isScreenLocked) {
if (!t->isLockScreen() && !t->isInputMethod()) {
continue;