From ac90c3aef5ee8d7a056445863595896d39e62be4 Mon Sep 17 00:00:00 2001 From: Hugo Pereira Da Costa Date: Fri, 18 Sep 2009 02:20:43 +0000 Subject: [PATCH] added missing flags to decide whether or not active/inactive transition should be animated svn path=/trunk/KDE/kdebase/workspace/; revision=1025117 --- clients/oxygen/oxygenclient.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/oxygen/oxygenclient.h b/clients/oxygen/oxygenclient.h index 34b5cc89a4..2de14e750b 100644 --- a/clients/oxygen/oxygenclient.h +++ b/clients/oxygen/oxygenclient.h @@ -138,7 +138,7 @@ namespace Oxygen bool animateActiveChange( void ) const { return - configuration().useOxygenShadows() || + (compositingActive() && !isMaximized() && configuration().useOxygenShadows()) || configuration().drawSeparator() || configuration().drawTitleOutline(); }