Thx Filip, for pointing this out. Added the missing break, if wState did not get set to CBF_EDIT.

svn path=/trunk/; revision=20664
This commit is contained in:
James Tabor 2006-01-07 18:53:26 +00:00
parent bdb8efa083
commit 6f8f61fade

View file

@ -2317,6 +2317,7 @@ static LRESULT ComboWndProc_common( HWND hwnd, UINT message,
case CB_LIMITTEXT:
if( lphc->wState & CBF_EDIT )
return SendMessageW(lphc->hWndEdit, EM_LIMITTEXT, wParam, lParam);
break;
default:
if (message >= WM_USER)
WARN("unknown msg WM_USER+%04x wp=%04x lp=%08lx\n",