added missing flags to decide whether or not active/inactive transition should be animated

svn path=/trunk/KDE/kdebase/workspace/; revision=1025117
This commit is contained in:
Hugo Pereira Da Costa 2009-09-18 02:20:43 +00:00
parent 635c93bc5b
commit ac90c3aef5

View file

@ -138,7 +138,7 @@ namespace Oxygen
bool animateActiveChange( void ) const
{
return
configuration().useOxygenShadows() ||
(compositingActive() && !isMaximized() && configuration().useOxygenShadows()) ||
configuration().drawSeparator() ||
configuration().drawTitleOutline();
}