From 8357a882fb2ed15583933484123ee69466eee11c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= Date: Thu, 3 Feb 2005 15:50:23 +0000 Subject: [PATCH] Fix #98478. BUG: 98478 svn path=/trunk/kdebase/kwin/; revision=385877 --- layers.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/layers.cpp b/layers.cpp index b993f4540a..168be6e98c 100644 --- a/layers.cpp +++ b/layers.cpp @@ -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() ] ) {