diff options
author | László Németh <nemeth@numbertext.org> | 2021-01-20 17:28:54 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-01-25 10:16:03 +0100 |
commit | 6f6922fb467945157b9a5b42dea6f7e0ef2f8685 (patch) | |
tree | c980f230433fb02be3fad622cd10dbf505ed05b3 /cui/source/options/fontsubs.cxx | |
parent | 0426748927919dbfd4cf5c0bb904e21a90d6c9d7 (diff) |
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@redhat.com>
Diffstat (limited to 'cui/source/options/fontsubs.cxx')
-rw-r--r-- | cui/source/options/fontsubs.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
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); |