From c2b1856bc808cd0a1656328d8d9c80aa548640b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= Date: Mon, 16 Feb 2004 14:56:51 +0000 Subject: [PATCH] Looks it wasn't that good idea to force active dialogs very high (#74372). svn path=/trunk/kdebase/kwin/; revision=288472 --- layers.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/layers.cpp b/layers.cpp index 3b8ceb26f7..f8d2d3e14f 100644 --- a/layers.cpp +++ b/layers.cpp @@ -687,8 +687,6 @@ Layer Client::belongsToLayer() const // only raise fullscreen above docks if it's the topmost window in unconstrained stacking order, // i.e. the window set to be topmost by the user bool raise_special_active_windows = ( workspace()->topClientOnDesktop( desktop(), true ) == this ); - if( isDialog() && workspace()->activeClient() == this && raise_special_active_windows ) - return ActiveLayer; if( keepAbove()) return AboveLayer; if( isFullScreen() && workspace()->activeClient() != NULL