mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +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)
|
||||
|
|
|
@ -4477,8 +4477,8 @@ LRESULT WINAPI EditWndProc_common( HWND hwnd, UINT msg, WPARAM wParam, LPARAM lP
|
|||
{
|
||||
NtUserSetWindowFNID(hwnd, FNID_EDIT);
|
||||
}
|
||||
}
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
|
||||
TRACE("hwnd=%p msg=%x (%s) wparam=%lx lparam=%lx\n", hwnd, msg, SPY_GetMsgName(msg, hwnd), wParam, lParam);
|
||||
|
||||
|
|
Loading…
Reference in a new issue