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

svn path=/trunk/KDE/kdebase/workspace/; revision=1025117
icc-effect-5.14.5
Hugo Pereira Da Costa 2009-09-18 02:20:43 +00:00
parent 635c93bc5b
commit ac90c3aef5
1 changed files with 1 additions and 1 deletions

View File

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