transients again
svn path=/trunk/kdebase/kwin/; revision=33640
This commit is contained in:
parent
eb472b9ed5
commit
6862ff3dcb
1 changed files with 2 additions and 0 deletions
|
@ -878,6 +878,8 @@ void Workspace::raiseClient( Client* c )
|
|||
t2 = findClient( t->transientFor() );
|
||||
if ( t2 == c )
|
||||
goto end;
|
||||
if ( t2 == t )
|
||||
break;
|
||||
t = t2;
|
||||
}
|
||||
raiseClient( t );
|
||||
|
|
Loading…
Reference in a new issue