mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[User32]
- Cleanup edit and add back missing break in combo. svn path=/trunk/; revision=51148
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user