make sure that settings are marked as 'updated' even when selecting veryfast preset
This commit is contained in:
parent
93d44b2b15
commit
4cdeeaaa18
@ -476,9 +476,10 @@ INT_PTR SettingsAdvanced::ProcMessage(UINT message, WPARAM wParam, LPARAM lParam
|
|||||||
{
|
{
|
||||||
bHasWarned = TRUE;
|
bHasWarned = TRUE;
|
||||||
ShowWindow(GetDlgItem(hwnd, IDC_INFO), SW_SHOW);
|
ShowWindow(GetDlgItem(hwnd, IDC_INFO), SW_SHOW);
|
||||||
SetChangedSettings(true);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
SetChangedSettings(true);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user