draw background overlay pixmap manually in preview.

This commit is contained in:
Hugo Pereira Da Costa 2011-06-30 11:43:34 +02:00
parent 18cdb220d7
commit 05fc073439

View file

@ -602,7 +602,7 @@ namespace Oxygen
}
// background pixmap
if( helper().hasBackgroundPixmap( windowId() ) )
if( isPreview() || helper().hasBackgroundPixmap( windowId() ) )
{
int offset = layoutMetric( LM_OuterPaddingTop );