svx/source/dialog/srchdlg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit e4c21a3c1fa8acd0078029d7a42f304ff2b40773 Author: Heiko Tietze <[email protected]> AuthorDate: Wed Dec 16 13:55:23 2020 +0100 Commit: Heiko Tietze <[email protected]> CommitDate: Wed Dec 16 16:12:26 2020 +0100 Resolves tdf#138173 - Keep options collapsed in F&R dialog Diacritic-sensitive has to be enabled now to collapse other options Change-Id: Icf5e30c00721af0e4972ac7c566073f15b47b4ac Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107833 Tested-by: Jenkins Reviewed-by: Heiko Tietze <[email protected]> diff --git a/svx/source/dialog/srchdlg.cxx b/svx/source/dialog/srchdlg.cxx index 62d1d43803a1..a1d99ca3ec5c 100644 --- a/svx/source/dialog/srchdlg.cxx +++ b/svx/source/dialog/srchdlg.cxx @@ -591,7 +591,7 @@ bool SvxSearchDialog::IsOtherOptionsExpanded() const m_xWildcardBtn->get_active() || m_xNotesBtn->get_active() || m_xIncludeKashida->get_active() || - m_xIncludeDiacritics->get_active(); + !m_xIncludeDiacritics->get_active();//tdf#138173 } void SvxSearchDialog::Activate() _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
