Just in case.

svn path=/trunk/kdebase/kwin/; revision=197782
icc-effect-5.14.5
Luboš Luňák 2003-01-06 13:16:03 +00:00
parent a541e25721
commit 63fbbb6f83
1 changed files with 2 additions and 1 deletions

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 ) {