diff options
-rw-r--r-- | src/core/stdmsg/src/msgdialog.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/stdmsg/src/msgdialog.cpp b/src/core/stdmsg/src/msgdialog.cpp index c1bc480784..20835dfe21 100644 --- a/src/core/stdmsg/src/msgdialog.cpp +++ b/src/core/stdmsg/src/msgdialog.cpp @@ -331,6 +331,8 @@ void CMsgDialog::OnActivate() UpdateLastMessage();
FixTabIcons();
}
+
+ SetFocus(m_message.GetHwnd());
}
void CMsgDialog::onClick_Filter(CCtrlButton *pButton)
@@ -921,7 +923,6 @@ INT_PTR CMsgDialog::DlgProc(UINT uMsg, WPARAM wParam, LPARAM lParam) if (LOWORD(wParam) != WA_ACTIVE)
break;
- SetFocus(m_message.GetHwnd());
__fallthrough;
case WM_MOUSEACTIVATE:
|