Added background pixmap offset to properly align decoration background and style background.
This commit is contained in:
parent
9918437a71
commit
96c7dedacb
1 changed files with 2 additions and 0 deletions
|
@ -138,6 +138,8 @@ namespace Oxygen
|
|||
|
||||
// read shadowCache configuration
|
||||
changed |= shadowCache().readConfig( config );
|
||||
if( changed )
|
||||
{ helper().setBackgroundPixmapOffset( QPoint( shadowCache().shadowSize(), 0 ) ); }
|
||||
|
||||
return changed;
|
||||
|
||||
|
|
Loading…
Reference in a new issue