diff --git a/gfx/common/win32_common.c b/gfx/common/win32_common.c index 4291d4e25f..439029518c 100644 --- a/gfx/common/win32_common.c +++ b/gfx/common/win32_common.c @@ -349,6 +349,8 @@ static INT_PTR_COMPAT CALLBACK pick_core_proc( SendMessage(hwndList, LB_ADDSTRING, 0, (LPARAM)info->display_name); } + /* Select the first item in the list */ + SendMessage(hwndList, LB_SETCURSEL, 0, 0); SetFocus(hwndList); return TRUE; }