diff options
author | Caolán McNamara <caolanm@redhat.com> | 2023-04-18 11:16:45 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2023-04-18 13:46:17 +0200 |
commit | e535a2bd67b50cc529115e9ac9e346140ea164dc (patch) | |
tree | 43af551d31de795c7f5bc20714b68ecad4deb477 /svx | |
parent | 1ee5ae0eec2d1c673af6b8f18a2c36b4d1e7fb70 (diff) |
Resolves: tdf#154870 label grayed out when it should not be
Change-Id: I1d84434622f09e6e91bea550f5dc0321cb7d89ef
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150548
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/sidebar/line/LinePropertyPanelBase.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/sidebar/line/LinePropertyPanelBase.cxx b/svx/source/sidebar/line/LinePropertyPanelBase.cxx index 49f970e1a2ec..81ccc4688bd7 100644 --- a/svx/source/sidebar/line/LinePropertyPanelBase.cxx +++ b/svx/source/sidebar/line/LinePropertyPanelBase.cxx @@ -268,7 +268,7 @@ void LinePropertyPanelBase::updateLineCap(bool bDisabled, bool bSetOrDefault, else { mxLBCapStyle->set_sensitive(true); - mxLBCapStyle->set_sensitive(true); + mxFTCapStyle->set_sensitive(true); } if(bSetOrDefault) |