Commit 7f86e6b8 authored by Mikołaj Zalewski's avatar Mikołaj Zalewski Committed by Alexandre Julliard

comdlg32: Select the Filename edit box content after the user navigated to a…

comdlg32: Select the Filename edit box content after the user navigated to a directory by entering there the name.
parent ca2160ac
......@@ -2021,6 +2021,7 @@ BOOL FILEDLG95_OnOpen(HWND hwnd)
IShellView_Refresh(fodInfos->Shell.FOIShellView);
}
COMDLG32_SHFree(pidlCurrent);
SendMessageW(fodInfos->DlgInfos.hwndFileName, EM_SETSEL, 0, -1);
}
}
ret = FALSE;
......
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