diff options
author | Ivan Timofeev <timofeev.i.s@gmail.com> | 2012-11-20 16:37:44 +0400 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-11-21 13:52:34 +0000 |
commit | a0a5eed63b871e2febb36e27e9dea4b7e57f681b (patch) | |
tree | 638438538c20f055439525611608e8762216a755 /vcl | |
parent | cf5603c440b1c3114e5867928a71e3b65b132793 (diff) |
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@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/window/layout.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/source/window/layout.cxx b/vcl/source/window/layout.cxx index a8ebca94d79a..a9aaf4c243bb 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 |