Video card menu now enabled/disabled correctly when configuration window opened.

This commit is contained in:
TomW 2013-12-21 08:01:31 +00:00
commit 2c54a1701b

View file

@ -656,6 +656,8 @@ BOOL CALLBACK configdlgproc(HWND hdlg, UINT message, WPARAM wParam, LPARAM lPara
c++;
}
if (models[model].fixed_gfxcard)
EnableWindow(h, FALSE);
h=GetDlgItem(hdlg,IDC_COMBOCPUM);
c = 0;