diff --git a/input.cpp b/input.cpp --- a/input.cpp +++ b/input.cpp @@ -819,6 +819,9 @@ if (w->property("_q_showWithoutActivating").toBool()) { continue; } + if (w->property("outputOnly").toBool()) { + continue; + } found = w; break; }