draw background overlay pixmap manually in preview.
This commit is contained in:
parent
18cdb220d7
commit
05fc073439
1 changed files with 1 additions and 1 deletions
|
@ -602,7 +602,7 @@ namespace Oxygen
|
||||||
}
|
}
|
||||||
|
|
||||||
// background pixmap
|
// background pixmap
|
||||||
if( helper().hasBackgroundPixmap( windowId() ) )
|
if( isPreview() || helper().hasBackgroundPixmap( windowId() ) )
|
||||||
{
|
{
|
||||||
int offset = layoutMetric( LM_OuterPaddingTop );
|
int offset = layoutMetric( LM_OuterPaddingTop );
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue