[Libreoffice-commits] core.git: sw/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Wed Dec 12 12:29:02 UTC 2018
sw/source/uibase/shells/textsh.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 083341cb501a14efe9d9131e4f08bf95e056f65e
Author: Martin van Zijl <martin.vanzijl at gmail.com>
AuthorDate: Wed Dec 12 09:31:03 2018 +1300
Commit: Tamás Zolnai <tamas.zolnai at collabora.com>
CommitDate: Wed Dec 12 13:28:37 2018 +0100
tdf#95003 inserted frame loses background color
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 <tamas.zolnai at collabora.com>
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
};
More information about the Libreoffice-commits
mailing list