do not render shadows when maximized.
CCBUG: 274177
This commit is contained in:
parent
0ea286f887
commit
8c7585e500
1 changed files with 1 additions and 1 deletions
|
@ -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 );
|
||||
|
|
Loading…
Reference in a new issue