[SHELL32] Enable auto-completion on 'Folder Options' > 'Change Icon' (#3522)

CORE-9281
This commit is contained in:
Katayama Hirofumi MZ 2021-03-10 21:00:36 +09:00 committed by GitHub
parent c43efcb1bb
commit a63213272a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -232,6 +232,8 @@ INT_PTR CALLBACK PickIconProc(
SendMessageW(pIconContext->hDlgCtrl, LB_SETCURSEL, pIconContext->Index, 0);
SendMessageW(pIconContext->hDlgCtrl, LB_SETTOPINDEX, pIconContext->Index, 0);
}
SHAutoComplete(GetDlgItem(hwndDlg, IDC_EDIT_PATH), SHACF_DEFAULT);
return TRUE;
}