Don't animate Dashboard with glide effect
BUG: 258522 svn path=/trunk/KDE/kdebase/workspace/; revision=1207507
This commit is contained in:
parent
1e9603781d
commit
587a3cdb2b
1 changed files with 2 additions and 1 deletions
|
@ -223,7 +223,8 @@ bool GlideEffect::isGlideWindow( EffectWindow* w )
|
|||
if ( w->hasDecoration() )
|
||||
return true;
|
||||
if ( !w->isManaged() || w->isMenu() || w->isNotification() || w->isDesktop() ||
|
||||
w->isDock() || w->isSplash() || w->isTopMenu() || w->isToolbar() )
|
||||
w->isDock() || w->isSplash() || w->isTopMenu() || w->isToolbar() ||
|
||||
w->windowClass() == "dashboard dashboard" )
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue