diff options
author | Ivan Timofeev <timofeev.i.s@gmail.com> | 2012-11-24 17:46:50 +0400 |
---|---|---|
committer | Ivan Timofeev <timofeev.i.s@gmail.com> | 2012-11-24 18:07:42 +0400 |
commit | 59e59a16c1e9189458aafc9875eab989484f5191 (patch) | |
tree | b4221c7435842e12e2f00f3669375d091c691b9b /vcl/source | |
parent | 895a367d4fb7e5dedefe45937a06d4ba25641d27 (diff) |
fdo#57472: VclContainer: make it paint-transparent
Change-Id: I02f09ecf7edb8a8b01b996782ee9618988b5f56e
Diffstat (limited to 'vcl/source')
-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 e82f5b6c970c..c73d3f444fed 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); + SetPaintTransparent(sal_True); SetBackground(); } |