summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/window/layout.cxx1
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