Just in case.
svn path=/trunk/kdebase/kwin/; revision=197782
This commit is contained in:
parent
a541e25721
commit
63fbbb6f83
1 changed files with 2 additions and 1 deletions
|
@ -1686,7 +1686,8 @@ void Workspace::clientHidden( Client* c )
|
||||||
|
|
||||||
if( popup )
|
if( popup )
|
||||||
popup->close();
|
popup->close();
|
||||||
setActiveClient( NULL );
|
if( c == active_client )
|
||||||
|
setActiveClient( NULL );
|
||||||
should_get_focus = 0;
|
should_get_focus = 0;
|
||||||
c->setActive( FALSE ); // clear the state in the client
|
c->setActive( FALSE ); // clear the state in the client
|
||||||
if (!block_focus ) {
|
if (!block_focus ) {
|
||||||
|
|
Loading…
Reference in a new issue