diff options
-rw-r--r-- | src/core/stdaway/src/options.cpp | 4 |
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*)
|