mirror of
https://github.com/reactos/reactos.git
synced 2025-07-03 14:41:22 +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:
|
case CB_LIMITTEXT:
|
||||||
if( lphc->wState & CBF_EDIT )
|
if( lphc->wState & CBF_EDIT )
|
||||||
return SendMessageW(lphc->hWndEdit, EM_LIMITTEXT, wParam, lParam);
|
return SendMessageW(lphc->hWndEdit, EM_LIMITTEXT, wParam, lParam);
|
||||||
|
break; // ReactOS!!! removed at revision 38715
|
||||||
|
|
||||||
case WM_UPDATEUISTATE:
|
case WM_UPDATEUISTATE:
|
||||||
if (unicode)
|
if (unicode)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue