From 56d799764d394c906936f7a042dfd3e4219d7063 Mon Sep 17 00:00:00 2001 From: Tamás Zolnai Date: Thu, 1 Nov 2018 12:59:11 +0100 Subject: tdf#121083: EDITOR UI Hatch background color not read back from editor MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ic64fda8184a4cac244fe992dd72db9d67d35870c Reviewed-on: https://gerrit.libreoffice.org/62735 Reviewed-by: Tamás Zolnai Tested-by: Tamás Zolnai --- cui/source/tabpages/tparea.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cui/source/tabpages') diff --git a/cui/source/tabpages/tparea.cxx b/cui/source/tabpages/tparea.cxx index 55f35c096dc0..33e4137b470e 100644 --- a/cui/source/tabpages/tparea.cxx +++ b/cui/source/tabpages/tparea.cxx @@ -188,6 +188,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_xBtnHatch); break; } -- cgit