fix: auto-update the game list when rescan romset button from gameinfo was used (sel.cpp)

This commit is contained in:
dinkc64 2015-01-10 22:01:28 +00:00
parent 5d9a63346b
commit 31967b8d50
1 changed files with 1 additions and 0 deletions

View File

@ -1599,6 +1599,7 @@ static INT_PTR CALLBACK DialogProc(HWND hDlg, UINT Msg, WPARAM wParam, LPARAM lP
case IDGAMEINFO:
if (bDrvSelected) {
GameInfoDialogCreate(hSelDlg, nBurnDrvActive);
SetFocus(hSelList); // Update list for Rescan Romset button
} else {
MessageBox(hSelDlg, FBALoadStringEx(hAppInst, IDS_ERR_NO_DRIVER_SELECTED, true), FBALoadStringEx(hAppInst, IDS_ERR_ERROR, true), MB_OK);
}