Don't apply the fade effect to utility windows.

BUG: 170174

svn path=/trunk/KDE/kdebase/workspace/; revision=855728
This commit is contained in:
Lucas Murray 2008-09-01 10:54:50 +00:00
parent 1aacc6b423
commit bda01b849c

View file

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