diff options
author | George Hazan <george.hazan@gmail.com> | 2024-05-29 13:29:50 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-05-29 13:29:50 +0300 |
commit | 272f823326621602b806c4a60944c37cff195545 (patch) | |
tree | e9a80e07db6c0c6e9003546167c8ee19a93b0211 /plugins/Scriver | |
parent | 1cdf67326e0d0cbf2ebfb4af13f4037e682fa827 (diff) |
common code moved to the core
Diffstat (limited to 'plugins/Scriver')
-rw-r--r-- | plugins/Scriver/src/msgdialog.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/Scriver/src/msgdialog.cpp b/plugins/Scriver/src/msgdialog.cpp index 778503d3ae..4398c3ebb3 100644 --- a/plugins/Scriver/src/msgdialog.cpp +++ b/plugins/Scriver/src/msgdialog.cpp @@ -945,10 +945,6 @@ INT_PTR CMsgDialog::DlgProc(UINT msg, WPARAM wParam, LPARAM lParam) SetFocus(m_message.GetHwnd());
return TRUE;
- case WM_KEYDOWN:
- SetFocus(m_message.GetHwnd());
- break;
-
case WM_SETFOCUS:
m_pParent->ActivateChild(this);
g_dat.hFocusWnd = m_hwnd;
|