cui/source/tabpages/tparea.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 925d71995028dd0fa7fe0e120a8cf6a26960641b
Author:     Tamás Zolnai <tamas.zol...@collabora.com>
AuthorDate: Thu Nov 1 12:59:11 2018 +0100
Commit:     Markus Mohrhard <markus.mohrh...@googlemail.com>
CommitDate: Fri Nov 2 06:06:11 2018 +0100

    tdf#121083: EDITOR UI Hatch background color not read back from editor
    
    Reviewed-on: https://gerrit.libreoffice.org/62735
    Reviewed-by: Tamás Zolnai <tamas.zol...@collabora.com>
    Tested-by: Tamás Zolnai <tamas.zol...@collabora.com>
    (cherry picked from commit 56d799764d394c906936f7a042dfd3e4219d7063)
    
    Change-Id: Ic64fda8184a4cac244fe992dd72db9d67d35870c
    Reviewed-on: https://gerrit.libreoffice.org/62763
    Tested-by: Jenkins
    Reviewed-by: Markus Mohrhard <markus.mohrh...@googlemail.com>

diff --git a/cui/source/tabpages/tparea.cxx b/cui/source/tabpages/tparea.cxx
index dbceed157716..a922ed1b0b78 100644
--- a/cui/source/tabpages/tparea.cxx
+++ b/cui/source/tabpages/tparea.cxx
@@ -201,6 +201,8 @@ void SvxAreaTabPage::ActivatePage( const SfxItemSet& rSet )
         case drawing::FillStyle_HATCH:
         {
             m_rXFSet.Put( rSet.Get(XATTR_FILLHATCH) );
+            m_rXFSet.Put( rSet.Get(XATTR_FILLBACKGROUND) );
+            m_rXFSet.Put( rSet.Get(XATTR_FILLCOLOR) );
             SelectFillTypeHdl_Impl( m_pBtnHatch );
             break;
         }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to