Skip to content
Snippets Groups Projects
Commit e8988902 authored by Huw Davies's avatar Huw Davies Committed by Alexandre Julliard
Browse files

oledlg: Set initial focus to the display list.

parent 1d9e48c7
No related branches found
No related tags found
No related merge requests found
......@@ -440,7 +440,9 @@ static INT_PTR CALLBACK ps_dlg_proc(HWND hdlg, UINT msg, WPARAM wp, LPARAM lp)
selection_change(hdlg, ps_struct);
return TRUE; /* use default focus */
SetFocus(GetDlgItem(hdlg, IDC_PS_DISPLAYLIST));
return FALSE; /* use new focus */
}
case WM_COMMAND:
switch(LOWORD(wp))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment