diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-10-08 20:25:08 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-10-09 11:37:49 +0200 |
commit | dc3a50d9d110892d67fef17075786a73ed535bda (patch) | |
tree | c420a734d07aa3c05cfe5ff97659b46350003054 /cui/source | |
parent | 4f6e104499625d69d2b37271d0fee52848c0a6d4 (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/61559
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui/source')
-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 02a0e64e18a4..b75bf87daa37 100644 --- a/cui/source/tabpages/tptrans.cxx +++ b/cui/source/tabpages/tptrans.cxx @@ -292,7 +292,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 |