shell32/autocomplete: Fix handling of WM_KILLFOCUS messages.

oldstable
Jan de Mooij 2008-11-28 17:38:03 +01:00 committed by Alexandre Julliard
parent c784eacfd3
commit f1bf550c63
1 changed files with 1 additions and 1 deletions

View File

@ -481,7 +481,7 @@ static LRESULT APIENTRY ACEditSubclassProc(HWND hwnd, UINT uMsg, WPARAM wParam,
{
ShowWindow(This->hwndListBox, SW_HIDE);
}
break;
return CallWindowProcW(This->wpOrigEditProc, hwnd, uMsg, wParam, lParam);
case WM_KEYUP:
GetWindowTextW( hwnd, (LPWSTR)hwndText, 255);