sw/source/uibase/shells/textsh.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 4132027e0899a150092cf9a5e5051805254bc20a
Author:     Martin van Zijl <[email protected]>
AuthorDate: Wed Dec 12 09:31:03 2018 +1300
Commit:     Tamás Zolnai <[email protected]>
CommitDate: Wed Dec 12 18:19:52 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 <[email protected]>
    (cherry picked from commit 083341cb501a14efe9d9131e4f08bf95e056f65e)
    Reviewed-on: https://gerrit.libreoffice.org/65021

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
     };
 
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to