From 9f2a4f3dc40286427554ceb54e535ca923a47a56 Mon Sep 17 00:00:00 2001 From: Matthias Ettrich Date: Mon, 10 Jul 2000 11:15:48 +0000 Subject: [PATCH] autoraise fix ...grmbll... svn path=/trunk/kdebase/kwin/; revision=55941 --- workspace.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/workspace.cpp b/workspace.cpp index b6e6cb5caf..d1482ae031 100644 --- a/workspace.cpp +++ b/workspace.cpp @@ -1520,6 +1520,10 @@ void Workspace::raiseClient( Client* c ) { if ( !c ) return; + + if ( tab_box->isVisible() ) + return; + ClientList saveset; if ( c == desktop_client ) {