From 69c56c2281f6f6af906a7ffbe4e56cb35f391b2d Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 26 Jan 2025 19:25:39 +0300 Subject: =?UTF-8?q?fixes=20#4842=20(Weather:=20=D1=80=D0=B0=D0=B4=D0=B8?= =?UTF-8?q?=D0=BE=D0=B1=D0=B0=D1=82=D0=BE=D0=BD=20"=D0=94=D0=BB=D0=B8?= =?UTF-8?q?=D1=82=D0=B5=D0=BB=D1=8C=D0=BD=D0=BE=D1=81=D1=82=D1=8C"=20?= =?UTF-8?q?=D0=BC=D0=BE=D0=B6=D0=B5=D1=82=20=D0=BE=D0=B4=D0=BD=D0=BE=D0=B2?= =?UTF-8?q?=D1=80=D0=B5=D0=BC=D0=B5=D0=BD=D0=BD=D0=BE=20=D0=BD=D0=B0=D1=85?= =?UTF-8?q?=D0=BE=D0=B4=D0=B8=D1=82=D1=8C=D1=81=D1=8F=20=D0=B2=20=D0=B4?= =?UTF-8?q?=D0=B2=D1=83=D1=85=20=D1=81=D0=BE=D1=81=D1=82=D0=BE=D1=8F=D0=BD?= =?UTF-8?q?=D0=B8=D1=8F=D1=85)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protocols/Weather/src/weather_popup.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'protocols/Weather/src') diff --git a/protocols/Weather/src/weather_popup.cpp b/protocols/Weather/src/weather_popup.cpp index 5075f94410..91dcf51cb9 100644 --- a/protocols/Weather/src/weather_popup.cpp +++ b/protocols/Weather/src/weather_popup.cpp @@ -213,7 +213,7 @@ class CPopupOptsDlg : public CWeatherDlgBase { CCtrlEdit edtDelay; CCtrlCheck chkUseWin; - CCtrlButton btnLeft, btnRight, btnPD1, btnPD2, btnPdef, btnVars, btnPreview; + CCtrlButton btnLeft, btnRight, btnPD1, btnPD2, btnPD3, btnPdef, btnVars, btnPreview; // temporary read the current option to memory // but does not write to the database @@ -244,6 +244,7 @@ public: CWeatherDlgBase(ppro, IDD_POPUP), btnPD1(this, IDC_PD1), btnPD2(this, IDC_PD2), + btnPD3(this, IDC_PD3), btnPdef(this, IDC_PDEF), btnVars(this, IDC_VAR3), btnLeft(this, IDC_LeftClick), @@ -257,6 +258,7 @@ public: btnPD1.OnClick = Callback(this, &CPopupOptsDlg::onClick_PD1); btnPD2.OnClick = Callback(this, &CPopupOptsDlg::onClick_PD2); + btnPD3.OnClick = Callback(this, &CPopupOptsDlg::onChanged_Delay); btnPdef.OnClick = Callback(this, &CPopupOptsDlg::onClick_Pdef); btnVars.OnClick = Callback(this, &CPopupOptsDlg::onClick_Vars); btnLeft.OnClick = Callback(this, &CPopupOptsDlg::onClick_Left); -- cgit v1.2.3