Video card menu now enabled/disabled correctly when configuration window opened.
This commit is contained in:
parent
f715f9a034
commit
2c54a1701b
1 changed files with 2 additions and 0 deletions
|
|
@ -656,6 +656,8 @@ BOOL CALLBACK configdlgproc(HWND hdlg, UINT message, WPARAM wParam, LPARAM lPara
|
||||||
|
|
||||||
c++;
|
c++;
|
||||||
}
|
}
|
||||||
|
if (models[model].fixed_gfxcard)
|
||||||
|
EnableWindow(h, FALSE);
|
||||||
|
|
||||||
h=GetDlgItem(hdlg,IDC_COMBOCPUM);
|
h=GetDlgItem(hdlg,IDC_COMBOCPUM);
|
||||||
c = 0;
|
c = 0;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue