parent
4bd15b9f8f
commit
8357a882fb
1 changed files with 1 additions and 0 deletions
|
@ -485,6 +485,7 @@ ClientList Workspace::constrainedStackingOrder()
|
||||||
// If a window is raised above some other window in the same window group
|
// 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).
|
// which is in a higher layer, make sure it stays above that window (see #95731).
|
||||||
if(( l == NormalLayer || l == AboveLayer )
|
if(( l == NormalLayer || l == AboveLayer )
|
||||||
|
&& !(*it)->isDock()
|
||||||
&& minimum_layer.contains( (*it)->group())
|
&& minimum_layer.contains( (*it)->group())
|
||||||
&& l < minimum_layer[ (*it)->group() ] )
|
&& l < minimum_layer[ (*it)->group() ] )
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue