[Libreoffice-commits] .: vcl/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Wed Nov 21 05:52:53 PST 2012


 vcl/source/window/layout.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit a0a5eed63b871e2febb36e27e9dea4b7e57f681b
Author: Ivan Timofeev <timofeev.i.s at gmail.com>
Date:   Tue Nov 20 16:37:44 2012 +0400

    VclContainer: use transparent background
    
    see http://lists.freedesktop.org/archives/libreoffice/2012-November/040587.html,
    screenshot at [3].
    
    Change-Id: Iaf72b3734564301244365773f05c6df01a6dea62
    Reviewed-on: https://gerrit.libreoffice.org/1143
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/vcl/source/window/layout.cxx b/vcl/source/window/layout.cxx
index a8ebca9..a9aaf4c 100644
--- a/vcl/source/window/layout.cxx
+++ b/vcl/source/window/layout.cxx
@@ -16,6 +16,7 @@ VclContainer::VclContainer(Window *pParent)
     , m_bLayoutDirty(true)
 {
     ImplInit(pParent, WB_HIDE, NULL);
+    SetBackground();
 }
 
 Size VclContainer::GetOptimalSize(WindowSizeType eType) const


More information about the Libreoffice-commits mailing list