[SHELL32] Reorder IDD_BROWSE_FOR_FOLDER dialog items (#6934)

By correctly ordering the items of the dialog, the dialog can use auto focus.
JIRA issue: N/A
- Change the ordering of IDD_BROWSE_FOR_FOLDER dialog items.
- Remove SetFocus call.
This commit is contained in:
Katayama Hirofumi MZ 2024-05-25 16:45:06 +09:00 committed by GitHub
parent 8df5aac9ba
commit 61fe74030b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
37 changed files with 72 additions and 73 deletions

View file

@ -662,7 +662,6 @@ BrFolder_OnInitDialog(HWND hWnd, BrFolder *info)
info->hChangeNotify = SHChangeNotifyRegister(hWnd, SHCNRF_InterruptLevel, SHCNE_ALLEVENTS,
SHV_CHANGE_NOTIFY, 1, &ntreg);
SetFocus(info->hwndTreeView);
BrFolder_Callback(info->lpBrowseInfo, hWnd, BFFM_INITIALIZED, 0);
SHAutoComplete(GetDlgItem(hWnd, IDC_BROWSE_FOR_FOLDER_FOLDER_TEXT),