diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-10-08 20:25:08 +0100 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2018-10-09 14:16:32 +0200 |
commit | ae55c37347abf97126377914e66328a0eb0d3308 (patch) | |
tree | 3f0f1cd0719650a16b0ce8bd5f14b7db2ef578ea /cui | |
parent | 5012a1b0e60416c3397b75d42c2a8eaef1500bdc (diff) |
Resolves: tdf#120370 should check gradientgrid sensitivity
rather than whether listbox first entry is not selected
Change-Id: Ic3dc574f6f1a476929e89e695849756437024cee
Reviewed-on: https://gerrit.libreoffice.org/61560
Tested-by: Jenkins
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/tabpages/tptrans.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/tabpages/tptrans.cxx b/cui/source/tabpages/tptrans.cxx index f75416c0c94b..0e199b672b65 100644 --- a/cui/source/tabpages/tptrans.cxx +++ b/cui/source/tabpages/tptrans.cxx @@ -300,7 +300,7 @@ bool SvxTransparenceTabPage::FillItemSet(SfxItemSet* rAttrs) } } } - else if (m_xLbTrgrGradientType->get_active()) + else if (m_xGridGradient->get_sensitive()) { // transparence gradient, fill ItemSet from values if (!bGradActive |