summaryrefslogtreecommitdiff
path: root/include/vcl/layout.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-06-15 13:25:09 +0100
committerCaolán McNamara <caolanm@redhat.com>2018-06-16 15:45:44 +0200
commit9d4c5e2fab7490928937332a335e0a52ad4a95cb (patch)
tree5d533a5de89d6580650a29d3f8912e487df6229b /include/vcl/layout.hxx
parentbda33ba2ce4d53214e1bd9ee62b05ced0525e8db (diff)
make drawing area transparent by default
Change-Id: Ib31d68ce13b74f3f92e81e09bef7eaed2d7f9708 Reviewed-on: https://gerrit.libreoffice.org/55862 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/vcl/layout.hxx')
-rw-r--r--include/vcl/layout.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vcl/layout.hxx b/include/vcl/layout.hxx
index 298601da6e8f..4d9702d04c38 100644
--- a/include/vcl/layout.hxx
+++ b/include/vcl/layout.hxx
@@ -702,6 +702,7 @@ public:
, m_pFactoryFunction(nullptr)
, m_pUserData(nullptr)
{
+ SetBackground();
}
void SetUITestFactory(FactoryFunction pFactoryFunction, void* pUserData)
{