Don't apply the fade effect to utility windows.
BUG: 170174 svn path=/trunk/KDE/kdebase/workspace/; revision=855728
This commit is contained in:
parent
1aacc6b423
commit
bda01b849c
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ bool FadeEffect::isFadeWindow( EffectWindow* w )
|
|||
{ // see login effect
|
||||
return false;
|
||||
}
|
||||
return !w->isDesktop();
|
||||
return ( !w->isDesktop() && !w->isUtility() );
|
||||
}
|
||||
|
||||
} // namespace
|
||||
|
|
Loading…
Reference in a new issue