Re-enable HDD controller list when changing model in configure dialogue.

This commit is contained in:
SarahW 2017-03-16 19:15:52 +00:00
commit 070a93803e

View file

@ -99,6 +99,8 @@ static void recalc_hdd_list(HWND hdlg, int model, int use_selected_hdd)
if (!valid)
SendMessage(h, CB_SETCURSEL, 0, 0);
EnableWindow(h, TRUE);
}
}