svx/source/tbxctrls/fillctrl.cxx | 2 ++ 1 file changed, 2 insertions(+)
New commits: commit 8b1208d0b931fbac9cbbf593a2044d63b2933d8b Author: Kshitij Pathania <[email protected]> AuthorDate: Mon Jul 23 18:40:30 2018 +0530 Commit: Szymon Kłos <[email protected]> CommitDate: Mon Jul 23 19:34:54 2018 +0200 Notebookbar: Now no white background is visible behind areafillstyle Change-Id: Ida903be094861991fe36792caa9a6b75738e4f15 Reviewed-on: https://gerrit.libreoffice.org/57847 Tested-by: Jenkins Reviewed-by: Szymon Kłos <[email protected]> diff --git a/svx/source/tbxctrls/fillctrl.cxx b/svx/source/tbxctrls/fillctrl.cxx index d1212ed1bdc6..0e3d2ef79936 100644 --- a/svx/source/tbxctrls/fillctrl.cxx +++ b/svx/source/tbxctrls/fillctrl.cxx @@ -526,6 +526,8 @@ VclPtr<vcl::Window> SvxFillToolBoxControl::CreateItemWindow(vcl::Window *pParent mpLbFillType = mpFillControl->mpLbFillType; mpLbFillAttr = mpFillControl->mpLbFillAttr; mpToolBoxColor = mpFillControl->mpToolBoxColor; + mpFillControl->SetBackground(); + mpFillControl->SetPaintTransparent( true ); mpFillControl->Resize(); mpToolBoxColor->InsertItem(".uno:FillColor", m_xFrame, ToolBoxItemBits::DROPDOWNONLY, Size(mpToolBoxColor->GetSizePixel().Width(), 0)); _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
