diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-05-19 20:55:17 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-05-20 12:23:05 +0200 |
commit | 304b74784297df7cbd0762a2f468ba13b33402bd (patch) | |
tree | 915925e07d106a33dce5d8793efb7cb13c391adf /cui/source/inc | |
parent | 7a4fffb19fb3d573d9afd3f7136cd0e5b545b706 (diff) |
use toggle instead of click for RadioButton
Change-Id: I8de3daf3799a78c63be2c560afa4a7cc02d63daa
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115852
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui/source/inc')
-rw-r--r-- | cui/source/inc/cuifmsearch.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cui/source/inc/cuifmsearch.hxx b/cui/source/inc/cuifmsearch.hxx index 9b3a5f947016..0aed39b1aef4 100644 --- a/cui/source/inc/cuifmsearch.hxx +++ b/cui/source/inc/cuifmsearch.hxx @@ -148,7 +148,8 @@ private: void SaveParams() const; // Handler for the Controls - DECL_LINK(OnClickedFieldRadios, weld::Button&, void); + DECL_LINK(OnToggledSearchRadio, weld::ToggleButton&, void); + DECL_LINK(OnToggledFieldRadios, weld::ToggleButton&, void); DECL_LINK(OnClickedSearchAgain, weld::Button&, void); DECL_LINK(OnClickedSpecialSettings, weld::Button&, void); |