Re-enable HDD controller list when changing model in configure dialogue.
This commit is contained in:
parent
ef1eb680b7
commit
070a93803e
1 changed files with 2 additions and 0 deletions
|
|
@ -99,6 +99,8 @@ static void recalc_hdd_list(HWND hdlg, int model, int use_selected_hdd)
|
||||||
|
|
||||||
if (!valid)
|
if (!valid)
|
||||||
SendMessage(h, CB_SETCURSEL, 0, 0);
|
SendMessage(h, CB_SETCURSEL, 0, 0);
|
||||||
|
|
||||||
|
EnableWindow(h, TRUE);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue