summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorTamás Zolnai <tamas.zolnai@collabora.com>2018-11-01 12:59:11 +0100
committerAndras Timar <andras.timar@collabora.com>2019-01-17 13:39:58 +0100
commit69b2edd7cb1f9c6ee767f618b671e46794922dc7 (patch)
treeb69b65add93d81e0a249aa99335fdf78cc0c0b3c /cui
parentf8aacfd2b2545a992eaff436325d72437842d11b (diff)
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.zolnai@collabora.com> Tested-by: Tamás Zolnai <tamas.zolnai@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.mohrhard@googlemail.com> (cherry picked from commit 925d71995028dd0fa7fe0e120a8cf6a26960641b)
Diffstat (limited to 'cui')
-rw-r--r--cui/source/tabpages/tparea.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/cui/source/tabpages/tparea.cxx b/cui/source/tabpages/tparea.cxx
index aa45639d1e14..38c53d4980e1 100644
--- a/cui/source/tabpages/tparea.cxx
+++ b/cui/source/tabpages/tparea.cxx
@@ -200,6 +200,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;
}