diff options
author | George Hazan <george.hazan@gmail.com> | 2024-07-12 15:56:21 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-07-12 15:56:21 +0300 |
commit | 1f5c34c5678de36df653da048662008bfe6e1af2 (patch) | |
tree | bd9c4c329770edfec2cef0fabc251e226b779e8a /protocols/Weather/src | |
parent | 8c11739a75f4c6c176ce57fe4eccd8c4404de27a (diff) |
fixes #4529 (Weather: не работает кнопка "Ещё...")
Diffstat (limited to 'protocols/Weather/src')
-rw-r--r-- | protocols/Weather/src/weather_userinfo.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Weather/src/weather_userinfo.cpp b/protocols/Weather/src/weather_userinfo.cpp index 5d4ba034d0..b0e0bf6859 100644 --- a/protocols/Weather/src/weather_userinfo.cpp +++ b/protocols/Weather/src/weather_userinfo.cpp @@ -272,6 +272,7 @@ public: CUserInfoPageDlg(g_plugin, IDD_USERINFO), btnDetail(this, IDC_MOREDETAIL) { + btnDetail.OnClick = Callback(this, &WeatherUserInfoDlg::onClick_Detail); } bool OnInitDialog() override |