Merge branch 'oxygen/background' into oxygen/background-pixmap
This commit is contained in:
commit
a965830f3c
1 changed files with 8 additions and 0 deletions
|
@ -132,6 +132,14 @@ namespace Oxygen
|
|||
|
||||
// read shadowCache configuration
|
||||
changed |= shadowCache().readConfig( config );
|
||||
if( changed )
|
||||
{ helper().setBackgroundPixmapOffset( QPoint( shadowCache().shadowSize(), 0 ) ); }
|
||||
|
||||
// background pixmap
|
||||
{
|
||||
KConfigGroup group( config.group("Common") );
|
||||
helper().setBackgroundPixmap( group.readEntry( "BackgroundPixmap", "" ) );
|
||||
}
|
||||
|
||||
return changed;
|
||||
|
||||
|
|
Loading…
Reference in a new issue