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

oldstable
Rob Shearman 2007-11-19 15:30:18 +00:00 committed by Alexandre Julliard
parent c6525745f2
commit 0d44f6f070
1 changed files with 1 additions and 0 deletions

View File

@ -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: