Kaydet (Commit) dc3a50d9 authored tarafından Caolán McNamara's avatar Caolán McNamara

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/61559Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst 4f6e1044
...@@ -292,7 +292,7 @@ bool SvxTransparenceTabPage::FillItemSet(SfxItemSet* rAttrs) ...@@ -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 // transparence gradient, fill ItemSet from values
if (!bGradActive if (!bGradActive
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment