[Libreoffice-commits] core.git: cui/source
László Németh (via logerrit)
logerrit at kemper.freedesktop.org
Mon Jan 25 09:16:42 UTC 2021
cui/source/options/fontsubs.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 6f6922fb467945157b9a5b42dea6f7e0ef2f8685
Author: László Németh <nemeth at numbertext.org>
AuthorDate: Wed Jan 20 17:28:54 2021 +0100
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Mon Jan 25 10:16:03 2021 +0100
Revert "tdf#138865 don't set ColumnToggleType::Check"
This reverts commit 4cabfc30bf2db873930cef4f7f1b0243ae2fde28
because the clean-up in commit 3d2a431da1126f4924f6cd7e5abac6488cd480e7
(tdf#139115 vcl tree list: add new toggle behaviors).
Change-Id: Ieb57c035837e7740d105fa688fdf2b1bffcb88d8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109686
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/cui/source/options/fontsubs.cxx b/cui/source/options/fontsubs.cxx
index 07c4f7e9f51e..fa05481d0663 100644
--- a/cui/source/options/fontsubs.cxx
+++ b/cui/source/options/fontsubs.cxx
@@ -54,6 +54,7 @@ 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