do not render shadows when maximized.

CCBUG: 274177
This commit is contained in:
Hugo Pereira Da Costa 2011-05-30 16:51:25 +02:00
parent 0ea286f887
commit 8c7585e500

View file

@ -1385,7 +1385,7 @@ namespace Oxygen
QColor color = palette.window().color();
// draw shadows
if( compositingActive() && shadowCache().shadowSize() > 0 )
if( compositingActive() && shadowCache().shadowSize() > 0 && !isMaximized() )
{
TileSet *tileSet( 0 );