fdo#38785: preview window should be paint transparent

Change-Id: Ie3bf92e8cad16af85f800d0e2a4c992312524a7f
This commit is contained in:
Ivan Timofeev
2012-07-11 17:40:51 +04:00
parent 794caa58a7
commit f6413c384f

View File

@@ -2544,6 +2544,7 @@ BmpWindow::BmpWindow( Window* pPar, sal_uInt16 nId,
bLeftAlign(sal_False) bLeftAlign(sal_False)
{ {
SetBackground(); SetBackground();
SetPaintTransparent(sal_True);
} }
void BmpWindow::Paint( const Rectangle& ) void BmpWindow::Paint( const Rectangle& )