Skip to content

Commit

Permalink
Fix issue #17438 (#17557)
Browse files Browse the repository at this point in the history
  • Loading branch information
miguedevel authored Feb 11, 2025
1 parent c62de90 commit 9f5bc9c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gfx/common/win32_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 9f5bc9c

Please sign in to comment.