This most probably fixes #86475.

svn path=/trunk/kdebase/kwin/; revision=335543
icc-effect-5.14.5
Luboš Luňák 2004-08-03 14:15:41 +00:00
parent 001646f3d8
commit 9a4776a350
1 changed files with 2 additions and 0 deletions

View File

@ -521,6 +521,8 @@ void Workspace::removeClient( Client* c, allowed_t )
last_active_client = 0;
if( c == pending_take_activity )
pending_take_activity = NULL;
if( c == delayfocus_client )
cancelDelayFocus();
updateStackingOrder( true );