From e535a2bd67b50cc529115e9ac9e346140ea164dc Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 18 Apr 2023 11:16:45 +0100 Subject: Resolves: tdf#154870 label grayed out when it should not be MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I1d84434622f09e6e91bea550f5dc0321cb7d89ef Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150548 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- svx/source/sidebar/line/LinePropertyPanelBase.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svx') 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) -- cgit