GSdx-gui: Properly grays out Dithering(PgDn) in software and none renderers. (#3722)

This commit is contained in:
RedDevilus 2020-09-20 14:12:24 +02:00 committed by GitHub
parent fe10f23994
commit e8b16bb145
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -344,6 +344,7 @@ void GSSettingsDlg::UpdateControls()
EnableWindow(GetDlgItem(m_hWnd, IDC_UPSCALE_MULTIPLIER_TEXT), hw);
EnableWindow(GetDlgItem(m_hWnd, IDC_PALTEX), hw);
EnableWindow(GetDlgItem(m_hWnd, IDC_DITHERING), hw);
EnableWindow(GetDlgItem(m_hWnd, IDC_DITHERING_TEXT), hw);
INT_PTR filter;
if (ComboBoxGetSelData(IDC_FILTER, filter))