Added background pixmap offset to properly align decoration background and style background.

This commit is contained in:
Hugo Pereira Da Costa 2011-03-03 10:35:56 +01:00
parent 9918437a71
commit 96c7dedacb

View file

@ -138,6 +138,8 @@ namespace Oxygen
// read shadowCache configuration
changed |= shadowCache().readConfig( config );
if( changed )
{ helper().setBackgroundPixmapOffset( QPoint( shadowCache().shadowSize(), 0 ) ); }
return changed;