Commit 0d44f6f0 authored by Rob Shearman's avatar Rob Shearman Committed by Alexandre Julliard

comctl32: Forward the WM_GETTEXTLENGTH message from ComboEx controls to its edit control.

parent c6525745
......@@ -2236,6 +2236,7 @@ COMBOEX_WindowProc (HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
case WM_SETTEXT:
case WM_GETTEXT:
case WM_GETTEXTLENGTH:
return SendMessageW(infoPtr->hwndEdit, uMsg, wParam, lParam);
case CB_GETLBTEXT:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment