diff --git a/effects/presentwindows/presentwindows.cpp b/effects/presentwindows/presentwindows.cpp index b5dd5b86a4..4026fac6f4 100644 --- a/effects/presentwindows/presentwindows.cpp +++ b/effects/presentwindows/presentwindows.cpp @@ -690,6 +690,8 @@ void PresentWindowsEffect::tabBoxUpdated() void PresentWindowsEffect::tabBoxKeyEvent( QKeyEvent* event ) { + if( !m_activated ) + return; // not using the "normal" grabbedKeyboardEvent as we don't want to filter in tabbox if( event->type() == QEvent::KeyPress ) {