vcl/source/window/layout.cxx | 1 + 1 file changed, 1 insertion(+) New commits: commit a0a5eed63b871e2febb36e27e9dea4b7e57f681b Author: Ivan Timofeev <timofeev....@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 <caol...@redhat.com> Tested-by: Caolán McNamara <caol...@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
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits