diff --git a/input.cpp b/input.cpp index 93daf851c7..413ef705b6 100644 --- a/input.cpp +++ b/input.cpp @@ -819,6 +819,9 @@ class InternalWindowEventFilter : public InputEventFilter { if (w->property("_q_showWithoutActivating").toBool()) { continue; } + if (w->property("outputOnly").toBool()) { + continue; + } found = w; break; }