Merge branch 'Plasma/5.6'
This commit is contained in:
commit
89ca143ed3
1 changed files with 3 additions and 0 deletions
|
@ -401,6 +401,9 @@ class InternalWindowEventFilter : public InputEventFilter {
|
||||||
if (!w->isVisible()) {
|
if (!w->isVisible()) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
if (!screens()->geometry().contains(w->geometry())) {
|
||||||
|
continue;
|
||||||
|
}
|
||||||
found = w;
|
found = w;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue