comctl32: Forward the WM_GETTEXTLENGTH message from ComboEx controls to its edit control.
This commit is contained in:
parent
c6525745f2
commit
0d44f6f070
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue