Obey activation from Kicker etc. even with high focus stealing prevention
levels. CCMAIL: 90733-done@bugs.kde.org svn path=/trunk/kdebase/kwin/; revision=352123
This commit is contained in:
parent
76fcdb01d0
commit
053e2f669d
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ void RootInfo::changeActiveWindow( Window w, NET::RequestSource src, Time timest
|
|||
if( src != NET::FromApplication && src != FromTool )
|
||||
src = NET::FromTool;
|
||||
if( src == NET::FromTool )
|
||||
workspace->activateClient( c );
|
||||
workspace->activateClient( c, true ); // force
|
||||
else // NET::FromApplication
|
||||
{
|
||||
Client* c2;
|
||||
|
|
Loading…
Reference in a new issue