include/vcl/layout.hxx | 1 + 1 file changed, 1 insertion(+) New commits: commit 9d4c5e2fab7490928937332a335e0a52ad4a95cb Author: Caolán McNamara <caol...@redhat.com> Date: Fri Jun 15 13:25:09 2018 +0100
make drawing area transparent by default Change-Id: Ib31d68ce13b74f3f92e81e09bef7eaed2d7f9708 Reviewed-on: https://gerrit.libreoffice.org/55862 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caol...@redhat.com> Tested-by: Caolán McNamara <caol...@redhat.com> 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) { _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits