Don't force new windows to be at the beginning of the focus chain
(windows with focus stealing prevention shouldn't be there). svn path=/trunk/KDE/kdebase/workspace/; revision=526557
This commit is contained in:
parent
2b87139c6b
commit
95e16abda2
1 changed files with 1 additions and 1 deletions
|
@ -514,7 +514,7 @@ void Workspace::addClient( Client* c, allowed_t )
|
|||
}
|
||||
else
|
||||
{
|
||||
updateFocusChains( c, true );
|
||||
updateFocusChains( c, false ); // add to focus chain if not already there
|
||||
clients.append( c );
|
||||
}
|
||||
if( !unconstrained_stacking_order.contains( c ))
|
||||
|
|
Loading…
Reference in a new issue