[Libreoffice-commits] core.git: svx/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Jul 23 17:35:17 UTC 2018


 svx/source/tbxctrls/fillctrl.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 8b1208d0b931fbac9cbbf593a2044d63b2933d8b
Author:     Kshitij Pathania <kshitijpathania at gmail.com>
AuthorDate: Mon Jul 23 18:40:30 2018 +0530
Commit:     Szymon Kłos <szymon.klos at collabora.com>
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 <szymon.klos at collabora.com>

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));
 


More information about the Libreoffice-commits mailing list