[Libreoffice-commits] core.git: Branch 'libreoffice-6-3' - cui/source
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Mon Dec 9 12:44:34 UTC 2019
cui/source/tabpages/tpline.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 524d3754bee2161c1caa01d5415b39726dd668c9
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Fri Dec 6 14:43:35 2019 +0000
Commit: Xisco Faulà <xiscofauli at libreoffice.org>
CommitDate: Mon Dec 9 13:43:50 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/84639
Tested-by: Jenkins
Reviewed-by: Xisco Faulà <xiscofauli at libreoffice.org>
diff --git a/cui/source/tabpages/tpline.cxx b/cui/source/tabpages/tpline.cxx
index 8dd8dc36f527..b8ddc16ed0e8 100644
--- a/cui/source/tabpages/tpline.cxx
+++ b/cui/source/tabpages/tpline.cxx
@@ -468,6 +468,7 @@ bool SvxLineTabPage::FillItemSet( SfxItemSet* rAttrs )
}
// Line color
+ if (m_xLbColor->IsValueChangedFromSaved())
{
NamedColor aColor = m_xLbColor->GetSelectedEntry();
XLineColorItem aItem(aColor.second, aColor.first);
More information about the Libreoffice-commits
mailing list