[Libreoffice-commits] core.git: cui/source
Jan-Marek Glogowski (via logerrit)
logerrit at kemper.freedesktop.org
Fri Dec 18 12:48:42 UTC 2020
cui/source/options/fontsubs.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 4cabfc30bf2db873930cef4f7f1b0243ae2fde28
Author: Jan-Marek Glogowski <glogow at fbihome.de>
AuthorDate: Thu Dec 17 19:30:26 2020 +0100
Commit: Jan-Marek Glogowski <glogow at fbihome.de>
CommitDate: Fri Dec 18 13:47:56 2020 +0100
tdf#138865 don't set ColumnToggleType::Check
We don't want any hidden, magic checkbox for this table, as the
user explicitly has to toggle the desired replacement modes,
which isn't in any way related to a row selection.
Change-Id: I3f9a73d41cc8727aa6380172221ea07068ef74c3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107920
Reviewed-by: Attila Szűcs <szucs.attila3 at nisz.hu>
Reviewed-by: László Németh <nemeth at numbertext.org>
Reviewed-by: Jan-Marek Glogowski <glogow at fbihome.de>
Tested-by: Jenkins
Tested-by: László Németh <nemeth at numbertext.org>
diff --git a/cui/source/options/fontsubs.cxx b/cui/source/options/fontsubs.cxx
index fa05481d0663..07c4f7e9f51e 100644
--- a/cui/source/options/fontsubs.cxx
+++ b/cui/source/options/fontsubs.cxx
@@ -54,7 +54,6 @@ SvxFontSubstTabPage::SvxFontSubstTabPage(weld::Container* pPage, weld::DialogCon
m_xCheckLB->set_size_request(m_xCheckLB->get_approximate_digit_width() * 60,
m_xCheckLB->get_height_rows(8));
- m_xCheckLB->enable_toggle_buttons(weld::ColumnToggleType::Check);
m_xCheckLB->set_help_id(HID_OFA_FONT_SUBST_CLB);
m_xCheckLB->set_selection_mode(SelectionMode::Multiple);
More information about the Libreoffice-commits
mailing list