mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
[User32]
- Cleanup edit and add back missing break in combo. svn path=/trunk/; revision=51148
This commit is contained in:
parent
b294b7d774
commit
00a64f39cb
2 changed files with 3 additions and 2 deletions
|
@ -2232,6 +2232,7 @@ LRESULT WINAPI ComboWndProc_common( HWND hwnd, UINT message,
|
|||
case CB_LIMITTEXT:
|
||||
if( lphc->wState & CBF_EDIT )
|
||||
return SendMessageW(lphc->hWndEdit, EM_LIMITTEXT, wParam, lParam);
|
||||
break; // ReactOS!!! removed at revision 38715
|
||||
|
||||
case WM_UPDATEUISTATE:
|
||||
if (unicode)
|
||||
|
|
Loading…
Reference in a new issue