mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 08:52:59 +00:00
[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:
parent
8df5aac9ba
commit
61fe74030b
37 changed files with 72 additions and 73 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue