Revert "Do not pass input to windows that are not painted"
This reverts commit 09f786a209
.
This commit is contained in:
parent
09f786a209
commit
3b9ffdfbf6
1 changed files with 0 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue