diff options
author | Ivan Timofeev <timofeev.i.s@gmail.com> | 2012-11-25 18:29:37 +0400 |
---|---|---|
committer | Ivan Timofeev <timofeev.i.s@gmail.com> | 2012-11-25 18:33:41 +0400 |
commit | 87c923be603d0b3706c481281549a79c8b8bcd41 (patch) | |
tree | d25a2d09f473c164ce21e65e23f6360c117ae9f5 /vcl | |
parent | 7f0581e15e1ac3b42ec3a98f3497d4900ac50bcc (diff) |
fdo#57499: VclContainer: enable child transparent mode
Change-Id: I42aa0c578a927777725e5be4f8534f68bc709cd6
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 c73d3f444fed..f947bee97773 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); + EnableChildTransparentMode(); SetPaintTransparent(sal_True); SetBackground(); } |