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:
parent
635c93bc5b
commit
ac90c3aef5
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ namespace Oxygen
|
||||||
bool animateActiveChange( void ) const
|
bool animateActiveChange( void ) const
|
||||||
{
|
{
|
||||||
return
|
return
|
||||||
configuration().useOxygenShadows() ||
|
(compositingActive() && !isMaximized() && configuration().useOxygenShadows()) ||
|
||||||
configuration().drawSeparator() ||
|
configuration().drawSeparator() ||
|
||||||
configuration().drawTitleOutline();
|
configuration().drawTitleOutline();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue