cui/source/tabpages/tpline.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 23440b106ba7c84f91bd88f92a2580d626a829eb
Author: Caolán McNamara <[email protected]>
AuthorDate: Fri Dec 6 14:43:35 2019 +0000
Commit: Caolán McNamara <[email protected]>
CommitDate: Sat Dec 7 20:39:38 2019 +0100
Resolves: tdf#128923 should be able to change attributes of multiple
lines...
without changing color
Change-Id: I76cf21af4611afc11bf1861abe7d0b903362e798
Reviewed-on: https://gerrit.libreoffice.org/84638
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <[email protected]>
Tested-by: Caolán McNamara <[email protected]>
diff --git a/cui/source/tabpages/tpline.cxx b/cui/source/tabpages/tpline.cxx
index 89fc0dc227ef..beb9018d4361 100644
--- a/cui/source/tabpages/tpline.cxx
+++ b/cui/source/tabpages/tpline.cxx
@@ -455,6 +455,7 @@ bool SvxLineTabPage::FillItemSet( SfxItemSet* rAttrs )
}
// Line color
+ if (m_xLbColor->IsValueChangedFromSaved())
{
NamedColor aColor = m_xLbColor->GetSelectedEntry();
XLineColorItem aItem(aColor.second, aColor.first);
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits