shell32/autocomplete: Fix handling of WM_KILLFOCUS messages.
This commit is contained in:
parent
c784eacfd3
commit
f1bf550c63
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue