summaryrefslogtreecommitdiff
path: root/src/core/stdaway
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2021-02-27 17:12:48 +0300
committerGeorge Hazan <ghazan@miranda.im>2021-02-27 17:12:48 +0300
commitb8c8df44a68fe62575e46278ba10da3f91c60517 (patch)
tree48c4d0ea7a61f032352ef8837a1d3263b386f15b /src/core/stdaway
parentf739848ff5ace0f3340b9b6e9977c649a0574293 (diff)
fixes #2753 (by default only checkboxes should be notified about OnChange before OnInitDialog)
Diffstat (limited to 'src/core/stdaway')
-rw-r--r--src/core/stdaway/src/sendmsg.cpp3
1 files changed, 0 insertions, 3 deletions
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"));