From 4f821578e14747bca6fb8d0e99ead0d12dd818e9 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 29 Mar 2017 19:17:05 +0300 Subject: fixes #780 (Scriver: All message log text is selected on keyboard focus) --- protocols/JabberG/src/jabber_form.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'protocols') diff --git a/protocols/JabberG/src/jabber_form.cpp b/protocols/JabberG/src/jabber_form.cpp index 3508d9bb69..e9706e4c57 100644 --- a/protocols/JabberG/src/jabber_form.cpp +++ b/protocols/JabberG/src/jabber_form.cpp @@ -28,8 +28,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. static LRESULT CALLBACK JabberFormMultiLineWndProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) { switch (msg) { - //case WM_GETDLGCODE: - // return DLGC_WANTARROWS|DLGC_WANTCHARS|DLGC_HASSETSEL|DLGC_WANTALLKEYS; case WM_KEYDOWN: if (wParam == VK_TAB) { SetFocus(GetNextDlgTabItem(GetParent(GetParent(hwnd)), hwnd, GetKeyState(VK_SHIFT) < 0 ? TRUE : FALSE)); -- cgit v1.2.3