autoraise fix ...grmbll...

svn path=/trunk/kdebase/kwin/; revision=55941
icc-effect-5.14.5
Matthias Ettrich 2000-07-10 11:15:48 +00:00
parent fea6754bb9
commit 9f2a4f3dc4
1 changed files with 4 additions and 0 deletions

View File

@ -1520,6 +1520,10 @@ void Workspace::raiseClient( Client* c )
{
if ( !c )
return;
if ( tab_box->isVisible() )
return;
ClientList saveset;
if ( c == desktop_client ) {