| commit | 56d799764d394c906936f7a042dfd3e4219d7063 | [log] |
|---|---|---|
| author | Tamás Zolnai <tamas.zolnai@collabora.com> | Thu Nov 01 12:59:11 2018 +0100 |
| committer | Tamás Zolnai <tamas.zolnai@collabora.com> | Thu Nov 01 14:25:42 2018 +0100 |
| tree | 202f665cbdc6bbfc33fc78ba774d3ae0c963da3e | |
| parent | 39e0bbfdf77cf9653ec68ffcb4374d929838b2a8 [diff] |
tdf#121083: EDITOR UI Hatch background color not read back from editor Change-Id: Ic64fda8184a4cac244fe992dd72db9d67d35870c 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>
diff --git a/cui/source/tabpages/tparea.cxx b/cui/source/tabpages/tparea.cxx index 55f35c0..33e4137 100644 --- a/cui/source/tabpages/tparea.cxx +++ b/cui/source/tabpages/tparea.cxx
@@ -188,6 +188,8 @@ 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; }