From 33c69f053cca132313c7c2d6a2e9e14059914e19 Mon Sep 17 00:00:00 2001 From: Matthias Ettrich Date: Mon, 12 Mar 2001 18:03:17 +0000 Subject: [PATCH] small activation state fix (thanks to Simon Hausmann for the bugreport) svn path=/trunk/kdebase/kwin/; revision=86636 --- workspace.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/workspace.cpp b/workspace.cpp index ed9cce8a5e..5f936050fc 100644 --- a/workspace.cpp +++ b/workspace.cpp @@ -1184,6 +1184,7 @@ void Workspace::clientHidden( Client* c ) active_client = 0; should_get_focus = 0; + c->setActive( FALSE ); // clear the state in the client if (!block_focus ) { if ( c->wantsTabFocus() && focus_chain.contains( c ) ) { focus_chain.remove( c );