diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-05-20 09:31:05 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-05-20 12:38:17 +0200 |
commit | 5792b08d3762117dfa28ea08638d79a5b01957ad (patch) | |
tree | 988cdc0bc6f8bdebe7a15d82b0604afee593fea0 /cui/source/options/optjava.hxx | |
parent | 304b74784297df7cbd0762a2f468ba13b33402bd (diff) |
use toggle instead of click for CheckButton
Change-Id: I73ffd66a6e5eed1f95882e874d9319ecad5550f5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115853
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui/source/options/optjava.hxx')
-rw-r--r-- | cui/source/options/optjava.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/options/optjava.hxx b/cui/source/options/optjava.hxx index a3af9aaf71b1..1d96450155bb 100644 --- a/cui/source/options/optjava.hxx +++ b/cui/source/options/optjava.hxx @@ -81,7 +81,7 @@ private: std::unique_ptr<weld::Widget> m_xJavaFrame; - DECL_LINK(EnableHdl_Impl, weld::Button&, void); + DECL_LINK(EnableHdl_Impl, weld::ToggleButton&, void); DECL_LINK(CheckHdl_Impl, const weld::TreeView::iter_col&, void); DECL_LINK(SelectHdl_Impl, weld::TreeView&, void); DECL_LINK(AddHdl_Impl, weld::Button&, void); |