When activating a modal instead of its mainwindow, raise also the modal
if needed - some transients are not kept above their mainwindows, e.g. for docks. svn path=/trunk/KDE/kdebase/kwin/; revision=411857
This commit is contained in:
parent
7f5e7219c9
commit
7d49e2a4a0
1 changed files with 0 additions and 1 deletions
|
@ -330,7 +330,6 @@ void Workspace::takeActivity( Client* c, int flags, bool handled )
|
|||
// raising of the original window needs to be still done
|
||||
if( flags & ActivityRaise )
|
||||
raiseClient( c );
|
||||
flags &= ~ActivityRaise;
|
||||
c = modal;
|
||||
handled = false;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue