make sure that settings are marked as 'updated' even when selecting veryfast preset

This commit is contained in:
jp9000 2013-10-04 08:18:28 -07:00
parent 93d44b2b15
commit 4cdeeaaa18

View File

@ -476,9 +476,10 @@ INT_PTR SettingsAdvanced::ProcMessage(UINT message, WPARAM wParam, LPARAM lParam
{
bHasWarned = TRUE;
ShowWindow(GetDlgItem(hwnd, IDC_INFO), SW_SHOW);
SetChangedSettings(true);
}
}
SetChangedSettings(true);
}
break;