[Libreoffice-commits] .: sw/source

Ivan Timofeev ivantimofeev at kemper.freedesktop.org
Wed Jul 11 06:44:52 PDT 2012


 sw/source/ui/frmdlg/frmpage.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit f6413c384f11cd7fb626163eec421aa40216ebab
Author: Ivan Timofeev <timofeev.i.s at gmail.com>
Date:   Wed Jul 11 17:40:51 2012 +0400

    fdo#38785: preview window should be paint transparent
    
    Change-Id: Ie3bf92e8cad16af85f800d0e2a4c992312524a7f

diff --git a/sw/source/ui/frmdlg/frmpage.cxx b/sw/source/ui/frmdlg/frmpage.cxx
index 19110e0..b1adb8e 100644
--- a/sw/source/ui/frmdlg/frmpage.cxx
+++ b/sw/source/ui/frmdlg/frmpage.cxx
@@ -2544,6 +2544,7 @@ BmpWindow::BmpWindow( Window* pPar, sal_uInt16 nId,
     bLeftAlign(sal_False)
 {
     SetBackground();
+    SetPaintTransparent(sal_True);
 }
 
 void BmpWindow::Paint( const Rectangle& )


More information about the Libreoffice-commits mailing list