From 6eedeee1d473c077e5fa2fbbcfc2968d0f620c2c Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 10 Nov 2023 16:33:49 +0300 Subject: =?UTF-8?q?fixes=20#3905=20(=D0=A1=D0=B1=D1=80=D0=BE=D1=81=20?= =?UTF-8?q?=D1=81=D1=82=D0=B0=D1=82=D1=83=D1=81=D0=BD=D0=BE=D0=B3=D0=BE=20?= =?UTF-8?q?=D1=81=D0=BE=D0=BE=D0=B1=D1=89=D0=B5=D0=BD=D0=B8=D1=8F=20=D0=B4?= =?UTF-8?q?=D0=BE=D0=BB=D0=B6=D0=B5=D0=BD=20=D0=B7=D0=B0=D0=B6=D0=B8=D0=B3?= =?UTF-8?q?=D0=B0=D1=82=D1=8C=20=D0=BA=D0=BD=D0=BE=D0=BF=D0=BA=D1=83=20"?= =?UTF-8?q?=D0=9F=D1=80=D0=B8=D0=BC=D0=B5=D0=BD=D0=B8=D1=82=D1=8C")?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/core/stdaway/src/options.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/core/stdaway/src/options.cpp b/src/core/stdaway/src/options.cpp index a5cc267eb6..9d2205c351 100644 --- a/src/core/stdaway/src/options.cpp +++ b/src/core/stdaway/src/options.cpp @@ -110,8 +110,10 @@ public: void onClick_Reset(CCtrlButton *) { - if (oldPage != -1) + if (oldPage != -1) { etdMsg.SetText(GetDefaultMessage(m_info[oldPage].iStatus)); + NotifyChange(); + } } void onSelChange_Status(CCtrlCombo*) -- cgit v1.2.3