BUG: 98478

svn path=/trunk/kdebase/kwin/; revision=385877
This commit is contained in:
Luboš Luňák 2005-02-03 15:50:23 +00:00
parent 4bd15b9f8f
commit 8357a882fb

View file

@ -485,6 +485,7 @@ ClientList Workspace::constrainedStackingOrder()
// If a window is raised above some other window in the same window group
// which is in a higher layer, make sure it stays above that window (see #95731).
if(( l == NormalLayer || l == AboveLayer )
&& !(*it)->isDock()
&& minimum_layer.contains( (*it)->group())
&& l < minimum_layer[ (*it)->group() ] )
{