summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2022-01-06 20:27:51 +0000
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2022-01-09 13:33:09 +0100
commitf2b9ccba7a2dace2c384de06464d6f3535e98620 (patch)
tree94dd5e1db349372bd795f46f615597a3520a9bd5
parent139ad1049ca65b279fe5e0b085bf2af039b62e19 (diff)
Resolves: tdf#146285 the "edit" button should be insensitive
for this case Change-Id: Ib60577d10bd4a91ea01c5aa6fcf3d50b38fbe24d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128067 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-rw-r--r--sw/source/ui/chrdlg/numpara.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/source/ui/chrdlg/numpara.cxx b/sw/source/ui/chrdlg/numpara.cxx
index 425bbc56a895..272763a43b56 100644
--- a/sw/source/ui/chrdlg/numpara.cxx
+++ b/sw/source/ui/chrdlg/numpara.cxx
@@ -200,7 +200,8 @@ void SwParagraphNumTabPage::Reset(const SfxItemSet* rSet)
m_xNumberStyleLB->set_active(-1);
}
- EditNumStyleSelectHdl_Impl(*m_xNumberStyleLB);
+ if (m_xNumberStyleBX->get_sensitive())
+ EditNumStyleSelectHdl_Impl(*m_xNumberStyleLB);
m_xNumberStyleLB->save_value();