diff --git a/client.cpp b/client.cpp index 0c9a8d87e0..f410e4755f 100644 --- a/client.cpp +++ b/client.cpp @@ -2379,8 +2379,6 @@ void Client::setShade( bool s, int hus ) if ( !wasStaticContents ) clearWFlags( WStaticContents ); resize (s ); - if (hus) - workspace()->requestFocus( NULL ); } else { int h = height(); QSize s( sizeForWindowSize( windowWrapper()->size(), TRUE ) );