summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2023-11-10 16:33:49 +0300
committerGeorge Hazan <george.hazan@gmail.com>2023-11-10 16:33:49 +0300
commit6eedeee1d473c077e5fa2fbbcfc2968d0f620c2c (patch)
tree80453c2dfee4e393ec74c82f0903fad3b5e314f2 /src
parent6b11c1df57c7e293df98fb4af0f8a7ed05cb850a (diff)
fixes #3905 (Сброс статусного сообщения должен зажигать кнопку "Применить")
Diffstat (limited to 'src')
-rw-r--r--src/core/stdaway/src/options.cpp4
1 files changed, 3 insertions, 1 deletions
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*)