From 7d49e2a4a011e7501010e96266207e9e661d98c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= Date: Tue, 10 May 2005 09:03:41 +0000 Subject: [PATCH] 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 --- activation.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/activation.cpp b/activation.cpp index ef4c55281c..4f426f02d6 100644 --- a/activation.cpp +++ b/activation.cpp @@ -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; }