From 083341cb501a14efe9d9131e4f08bf95e056f65e Mon Sep 17 00:00:00 2001 From: Martin van Zijl Date: Wed, 12 Dec 2018 09:31:03 +1300 Subject: tdf#95003 inserted frame loses background color MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Area tab settings in the Insert Frame dialog are now applied correctly (including color). Change-Id: Id152c9409595970078970b43068a7ee594827d2b Reviewed-on: https://gerrit.libreoffice.org/64990 Tested-by: Jenkins Reviewed-by: Tamás Zolnai --- sw/source/uibase/shells/textsh.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'sw/source/uibase/shells/textsh.cxx') diff --git a/sw/source/uibase/shells/textsh.cxx b/sw/source/uibase/shells/textsh.cxx index d6016f2913fd..2b9603e28fca 100644 --- a/sw/source/uibase/shells/textsh.cxx +++ b/sw/source/uibase/shells/textsh.cxx @@ -843,6 +843,7 @@ SfxItemSet SwTextShell::CreateInsertFrameItemSet(SwFlyFrameAttrMgr& rMgr) FN_SET_FRM_NAME, FN_SET_FRM_NAME, SID_HTML_MODE, SID_HTML_MODE, SID_COLOR_TABLE, SID_PATTERN_LIST, + XATTR_FILL_FIRST, XATTR_FILL_LAST, // tdf#95003 0 }; -- cgit