Commit f1bf550c authored by Jan de Mooij's avatar Jan de Mooij Committed by Alexandre Julliard

shell32/autocomplete: Fix handling of WM_KILLFOCUS messages.

parent c784eacf
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment