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:
Luboš Luňák 2005-05-10 09:03:41 +00:00
parent 7f5e7219c9
commit 7d49e2a4a0

View file

@ -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;
}