Don't apply the fade effect to utility windows.

BUG: 170174

svn path=/trunk/KDE/kdebase/workspace/; revision=855728
icc-effect-5.14.5
Lucas Murray 2008-09-01 10:54:50 +00:00
parent 1aacc6b423
commit bda01b849c
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ bool FadeEffect::isFadeWindow( EffectWindow* w )
{ // see login effect
return false;
}
return !w->isDesktop();
return ( !w->isDesktop() && !w->isUtility() );
}
} // namespace