Just in case.

svn path=/trunk/kdebase/kwin/; revision=197782
This commit is contained in:
Luboš Luňák 2003-01-06 13:16:03 +00:00
parent a541e25721
commit 63fbbb6f83

View file

@ -1686,7 +1686,8 @@ void Workspace::clientHidden( Client* c )
if( popup )
popup->close();
setActiveClient( NULL );
if( c == active_client )
setActiveClient( NULL );
should_get_focus = 0;
c->setActive( FALSE ); // clear the state in the client
if (!block_focus ) {