diff options
-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(); } |