From b8c8df44a68fe62575e46278ba10da3f91c60517 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 27 Feb 2021 17:12:48 +0300 Subject: fixes #2753 (by default only checkboxes should be notified about OnChange before OnInitDialog) --- src/core/stdaway/src/sendmsg.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/core/stdaway') diff --git a/src/core/stdaway/src/sendmsg.cpp b/src/core/stdaway/src/sendmsg.cpp index c5ba002a3d..0f3c6032de 100644 --- a/src/core/stdaway/src/sendmsg.cpp +++ b/src/core/stdaway/src/sendmsg.cpp @@ -250,9 +250,6 @@ public: void onChange_Msg(CCtrlEdit *) { - if (!m_bInitialized) - return; - if (m_countdown >= 0) { m_timer.Stop(); m_btnOk.SetText(TranslateT("OK")); -- cgit v1.2.3